[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

Initialized Capital

Top News

Showing a maximum of X news posts for non-authenticated requests. Use your API key in requests for full results.

"CreatorDAO Raises $20M Seed Round from a16z crypto and Initialized Capital to Invest in Creators"
News Link @abcnews 2024-11-29T13:20Z 208.1M followers, 34.3K engagements

Topic News

https://lunarcrush.com/api4/public/topic/:topic/news/v1

Get the top news posts for a social topic. Top news is determined by the metrics related to the social posts that mention the news posts.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/news/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "type": "topic",
    "id": "bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "generated": 1760647719
  },
  "data": [
    {
      "id": "investing.com-4286876853",
      "post_type": "news",
      "post_title": "Newsmax board authorizes up to $X million in Bitcoin and Trump Coin purchases By Investing.com",
      "post_link": "https://www.investing.com/news/cryptocurrency-news/newsmax-board-authorizes-up-to-5-million-in-bitcoin-and-trump-coin-purchases-432SI-4293113",
      "post_image": "https://i-invdn-com.investing.com/news/LYNXNPEE880S2_L.jpg",
      "post_created": 1760645592,
      "post_sentiment": 3.13,
      "creator_id": "twitter::988955288",
      "creator_name": "Investingcom",
      "creator_display_name": "Investing.com",
      "creator_followers": 1313131,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1110172882368368640/pUSI1yPZ_200x200.png",
      "interactions_24h": 56,
      "interactions_total": XX
    }
  ]
}

Schema:


Topic Whatsup

https://lunarcrush.com/api4/public/topic/:topic/whatsup/v1

Generate an AI summary of the hottest news and social posts for a specific topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/whatsup/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "generated": 1760641738
  },
  "summary": "Florida has introduced a new bill to establish Bitcoin and digital asset reserves, while BlackRock's CEO has taken back anti-Bitcoin comments, saying markets force investors to relook at their assumptions. Meanwhile, Bitcoin miners have deposited XXXXXX BTC to Binance since October 9, and traders are betting on a potential crash. Several major companies, including Steak 'n Shake and Compass Coffee, have made recent announcements related to Bitcoin adoption."
}

Schema:


Category News

https://lunarcrush.com/api4/public/category/:category/news/v1

Get the top news posts for a category. Top news is determined by the metrics related to the social posts that mention the news posts.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/cryptocurrencies/news/v1

Example response:

{
  "config": {
    "category": "cryptocurrencies",
    "type": "topic",
    "id": "_cryptocurrencies",
    "topic": "_cryptocurrencies",
    "generated": 1760647721
  },
  "data": [
    {
      "id": "decrypt.co-460117231",
      "post_type": "news",
      "post_title": "Why Is Dogecoin Down So Much Worse Than Bitcoin and Ethereum? - Decrypt",
      "post_link": "https://decrypt.co/344674/why-dogecoin-down-worse-bitcoin-ethereum",
      "post_image": "https://cdn.decrypt.co/resize/1024/height/512/wp-content/uploads/2025/05/Doge4-gID_7.png",
      "post_created": 1760644348,
      "post_sentiment": 2.57,
      "creator_id": "twitter::993530753014054912",
      "creator_name": "DecryptMedia",
      "creator_display_name": "Decrypt",
      "creator_followers": 208065784,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1864412071560892416/qTVkQadf_200x200.jpg",
      "interactions_24h": 1309,
      "interactions_total": 1521
    }
  ]
}

Schema:


Topics List

https://lunarcrush.com/api4/public/topics/list/v1

Get a list of trending social topics.

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topics/list/v1

Example response:

{
  "data": [
    {
      "topic": "youtube",
      "title": "YouTube",
      "topic_rank": 1,
      "topic_rank_1h_previous": 1,
      "topic_rank_24h_previous": 1,
      "num_contributors": 335952,
      "num_posts": 733220,
      "interactions_24h": 3296046298
    }
  ]
}

Schema: