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

5o7j5G4aXX9kxAapi8pYrn7fkGESvznVn5RQtaBtpump

Mentions: XXX

Mentions Line Chart
Mentions 24-Hour Time-Series Raw Data
Current Value: XXX
Daily Average: XXX
1-Year High: XXX on 2025-11-13
1-Year Low: XXX on 2025-11-14

Social Network X
Mentions XXXXX

Topic Time Series v2

https://lunarcrush.com/api4/public/topic/:topic/time-series/v2

Get historical time series data for a social topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/time-series/v2

Example response:

{
  "config": {
    "topic": "bitcoin",
    "id": "bitcoin",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1762387200,
    "end": 1763061909,
    "bucket": "hour",
    "metrics": [],
    "generated": 1763054709
  },
  "data": [
    {
      "time": 1762387200,
      "contributors_active": 28420,
      "contributors_created": 1569,
      "interactions": 3045893,
      "posts_active": 55758,
      "posts_created": 2641,
      "sentiment": 77,
      "spam": 6369,
      "alt_rank": 324,
      "circulating_supply": 19944128,
      "close": 103639.48,
      "galaxy_score": 55,
      "high": 103639.48,
      "low": 103357.43,
      "market_cap": 2065194579244,
      "market_dominance": 59.7702,
      "open": 103639.48,
      "social_dominance": 32.2176,
      "volume_24h": 76049736017
    }
  ]
}

Schema:


Topic Time Series

https://lunarcrush.com/api4/public/topic/:topic/time-series/v1

Get historical time series data for a social topic

input parameters:

Example request:

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

Example response:

{
  "config": {
    "topic": "bitcoin",
    "id": "bitcoin",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1762387200,
    "end": 1763061909,
    "bucket": "hour",
    "metrics": [],
    "generated": 1763054709
  },
  "data": [
    {
      "time": 1762387200,
      "contributors_active": 28420,
      "contributors_created": 1569,
      "interactions": 3045893,
      "posts_active": 55758,
      "posts_created": 2641,
      "sentiment": 77,
      "spam": 6369,
      "alt_rank": 324,
      "circulating_supply": 19944128,
      "close": 103639.48,
      "galaxy_score": 55,
      "high": 103639.48,
      "low": 103357.43,
      "market_cap": 2065194579244,
      "market_dominance": 59.7702,
      "open": 103639.48,
      "social_dominance": 32.2176,
      "volume_24h": 76049736017
    }
  ]
}

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": 300985,
      "num_posts": 300985,
      "interactions_24h": 3520437754
    }
  ]
}

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": {
    "id": "bitcoin",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "topic": "bitcoin",
    "generated": 1763054321
  },
  "summary": "The Czech National Bank has made its first-ever purchase of Bitcoin as part of a pilot digital asset portfolio, while Cash App has launched instant Bitcoin payments for its XX million users, signaling growing adoption and integration.",
  "supportive": [
    {
      "title": "Government Adoption",
      "description": "Governments are increasingly interested in integrating Bitcoin into their financial systems, with proposals for national reserves and broader adoption.",
      "percent": XX
    }
  ],
  "critical": [
    {
      "title": "Price Volatility and Whale Activity",
      "description": "Concerns about potential price drops due to large holders selling and short-term market consolidation persist, despite positive inflows.",
      "percent": XX
    }
  ]
}

Schema: