Dark | Light
[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.]

[Capital Gains](/topic/capital-gains)

### Top News

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

"British American Tobacco: No Longer Offers Compelling Growth Prompting Full Exit (BTI) Seeking Alpha"  
[News Link](https://seekingalpha.com/article/4830674-british-american-tobacco-shares-no-longer-offers-compelling-growth-prompting-full-exit) [@SeekingAlpha](/creator/x/SeekingAlpha) 2025-10-18T08:30Z 309.7K followers, 2516 engagements


"UK Autumn Budget 2025: Date Predictions & Tax Change Updates Forbes Advisor UK"  
[News Link](https://www.forbes.com/uk/advisor/personal-finance/2025/10/16/autumn-budget-2025/) [@Forbes](/creator/x/Forbes) 2025-10-17T15:36Z 208.1M followers, XX engagements


"Enbridge: Recent AI News And Rate Cuts Are Very Bullish For Energy Infrastructure (ENB) Seeking Alpha"  
[News Link](https://seekingalpha.com/article/4830732-enbridge-stock-recent-ai-news-and-rate-cuts-very-bullish-for-energy-infrastructure) [@SeekingAlpha](/creator/x/SeekingAlpha) 2025-10-17T13:03Z 309.7K followers, 8381 engagements


"Silver rate today: Why silver utensils not coins could help make more money - India Today"  
[News Link](https://www.indiatoday.in/business/story/silver-prices-india-dhanteras-soar-invest-in-silver-but-as-utensils-here-is-why-long-term-short-term-capital-gains-taxes-investment-2804634-2025-10-17) [@IndiaToday](/creator/x/IndiaToday) 2025-10-17T11:17Z 208.1M followers, XXX 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:

+ **topic**: _Provide the topic to get details for. A topic must be all lower case and can only include letters, numbers, spaces, # and $._ **required**

Example request:

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



Example response:

```json
{
  "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:

+ **config**: This includes the inputs for the request processed by the server and may include additional hints about the request and response information.
+ **topic**: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
+ **type**: Type of item or social network of item e.g. tweet, youtube-video, tiktok, x, youtube, category, topic, creator/influencer
+ **id**: LunarCrush internal ID for the asset
+ **name**: The full name of the asset
+ **symbol**: The symbol for the asset
+ **generated**: A unix timestamp (in seconds) when the data was generated to understand possibly stale data
+ **post_type**: The type of social post
+ **post_title**: The title text of the social post
+ **post_link**: The URL to view the social post on the social network
+ **post_image**: The URL to the primary image for the post if available
+ **post_created**: The unix timestamp of our best indication of when the post was created
+ **post_sentiment**: The sentiment of the post is a score between X and X with X being very negative, X being neutral, and X being very positive. A score of XXX is considered slightly positive.
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_followers**: number of followers the account has
+ **creator_avatar**: The URL to the avatar for the creator
+ **interactions_24h**: Number of interactions in the last XX hours
+ **interactions_total**: Number of total interactions




---

### 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:

+ **topic**: _Provide the topic to get a summary for. A topic must be all lower case and can only include letters, numbers, spaces, # and $._ **required**

Example request:

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



Example response:

```json
{
  "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:

+ **config**: This includes the inputs for the request processed by the server and may include additional hints about the request and response information.
+ **topic**: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
+ **generated**: A unix timestamp (in seconds) when the data was generated to understand possibly stale data




---

### 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:

+ **category**: _Provide the category to get details for. A category must be all lower case and can only include letters, numbers, and spaces._ **required**

Example request:

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



Example response:

```json
{
  "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:

+ **config**: This includes the inputs for the request processed by the server and may include additional hints about the request and response information.
+ **category**: LunarCrush social category. Can only includes letters, numbers and spaces
+ **type**: Type of item or social network of item e.g. tweet, youtube-video, tiktok, x, youtube, category, topic, creator/influencer
+ **id**: LunarCrush internal ID for the asset
+ **topic**: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
+ **generated**: A unix timestamp (in seconds) when the data was generated to understand possibly stale data
+ **post_type**: The type of social post
+ **post_title**: The title text of the social post
+ **post_link**: The URL to view the social post on the social network
+ **post_image**: The URL to the primary image for the post if available
+ **post_created**: The unix timestamp of our best indication of when the post was created
+ **post_sentiment**: The sentiment of the post is a score between X and X with X being very negative, X being neutral, and X being very positive. A score of XXX is considered slightly positive.
+ **creator_id**: The [network]::[unique_id] for the influencer
+ **creator_name**: The unique screen name for the influencer
+ **creator_display_name**: The chosen display name for the influencer if available
+ **creator_followers**: number of followers the account has
+ **creator_avatar**: The URL to the avatar for the creator
+ **interactions_24h**: Number of interactions in the last XX hours
+ **interactions_total**: Number of total interactions




---

### Topics List

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

Get a list of trending social topics.

Example request:

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



Example response:

```json
{
  "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:

+ **topic**: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
+ **title**: The case sensitive title of the topic or category
+ **topic_rank**: LunarCrush metric for ranking a social topic relative to all other social topics
+ **topic_rank_1h_previous**: The topic rank from X hour ago
+ **topic_rank_24h_previous**: The topic rank from XX hours ago
+ **num_contributors**: The number of unique social contributors to the topic
+ **num_posts**: Total number of posts with interactions on this topic in the last XX hours
+ **interactions_24h**: Number of interactions in the last XX hours




---

[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.]

Capital Gains

Top News

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

"British American Tobacco: No Longer Offers Compelling Growth Prompting Full Exit (BTI) Seeking Alpha"
News Link @SeekingAlpha 2025-10-18T08:30Z 309.7K followers, 2516 engagements

"UK Autumn Budget 2025: Date Predictions & Tax Change Updates Forbes Advisor UK"
News Link @Forbes 2025-10-17T15:36Z 208.1M followers, XX engagements

"Enbridge: Recent AI News And Rate Cuts Are Very Bullish For Energy Infrastructure (ENB) Seeking Alpha"
News Link @SeekingAlpha 2025-10-17T13:03Z 309.7K followers, 8381 engagements

"Silver rate today: Why silver utensils not coins could help make more money - India Today"
News Link @IndiaToday 2025-10-17T11:17Z 208.1M followers, XXX 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:

  • topic: Provide the topic to get details for. A topic must be all lower case and can only include letters, numbers, spaces, # and $. required

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:

  • config: This includes the inputs for the request processed by the server and may include additional hints about the request and response information.
  • topic: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
  • type: Type of item or social network of item e.g. tweet, youtube-video, tiktok, x, youtube, category, topic, creator/influencer
  • id: LunarCrush internal ID for the asset
  • name: The full name of the asset
  • symbol: The symbol for the asset
  • generated: A unix timestamp (in seconds) when the data was generated to understand possibly stale data
  • post_type: The type of social post
  • post_title: The title text of the social post
  • post_link: The URL to view the social post on the social network
  • post_image: The URL to the primary image for the post if available
  • post_created: The unix timestamp of our best indication of when the post was created
  • post_sentiment: The sentiment of the post is a score between X and X with X being very negative, X being neutral, and X being very positive. A score of XXX is considered slightly positive.
  • creator_id: The [network]::[unique_id] for the influencer
  • creator_name: The unique screen name for the influencer
  • creator_display_name: The chosen display name for the influencer if available
  • creator_followers: number of followers the account has
  • creator_avatar: The URL to the avatar for the creator
  • interactions_24h: Number of interactions in the last XX hours
  • interactions_total: Number of total interactions

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:

  • topic: Provide the topic to get a summary for. A topic must be all lower case and can only include letters, numbers, spaces, # and $. required

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:

  • config: This includes the inputs for the request processed by the server and may include additional hints about the request and response information.
  • topic: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
  • generated: A unix timestamp (in seconds) when the data was generated to understand possibly stale data

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:

  • category: Provide the category to get details for. A category must be all lower case and can only include letters, numbers, and spaces. required

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:

  • config: This includes the inputs for the request processed by the server and may include additional hints about the request and response information.
  • category: LunarCrush social category. Can only includes letters, numbers and spaces
  • type: Type of item or social network of item e.g. tweet, youtube-video, tiktok, x, youtube, category, topic, creator/influencer
  • id: LunarCrush internal ID for the asset
  • topic: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
  • generated: A unix timestamp (in seconds) when the data was generated to understand possibly stale data
  • post_type: The type of social post
  • post_title: The title text of the social post
  • post_link: The URL to view the social post on the social network
  • post_image: The URL to the primary image for the post if available
  • post_created: The unix timestamp of our best indication of when the post was created
  • post_sentiment: The sentiment of the post is a score between X and X with X being very negative, X being neutral, and X being very positive. A score of XXX is considered slightly positive.
  • creator_id: The [network]::[unique_id] for the influencer
  • creator_name: The unique screen name for the influencer
  • creator_display_name: The chosen display name for the influencer if available
  • creator_followers: number of followers the account has
  • creator_avatar: The URL to the avatar for the creator
  • interactions_24h: Number of interactions in the last XX hours
  • interactions_total: Number of total interactions

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:

  • topic: LunarCrush social topic. Can only includes letters, numbers, spaces, #, and $
  • title: The case sensitive title of the topic or category
  • topic_rank: LunarCrush metric for ranking a social topic relative to all other social topics
  • topic_rank_1h_previous: The topic rank from X hour ago
  • topic_rank_24h_previous: The topic rank from XX hours ago
  • num_contributors: The number of unique social contributors to the topic
  • num_posts: Total number of posts with interactions on this topic in the last XX hours
  • interactions_24h: Number of interactions in the last XX hours

Capital Gains
/topic/capital-gains/news