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

time sentiment 2025-10-11 14:00 XX 2025-10-11 15:00 XX 2025-10-11 16:00 XX 2025-10-11 17:00 XX 2025-10-11 18:00 XX 2025-10-11 19:00 XX 2025-10-11 20:00 XX 2025-10-11 21:00 XX 2025-10-11 22:00 XX 2025-10-11 23:00 XX 2025-10-12 00:00 XX 2025-10-12 01:00 XX 2025-10-12 02:00 XX 2025-10-12 03:00 XX 2025-10-12 04:00 XX 2025-10-12 05:00 XX 2025-10-12 06:00 XX 2025-10-12 07:00 XX 2025-10-12 08:00 XX 2025-10-12 09:00 XX 2025-10-12 10:00 XX 2025-10-12 11:00 XX 2025-10-12 12:00 XX 2025-10-12 13:00 XX 2025-10-12 14:00 XX 2025-10-12 15:00 XX 2025-10-12 16:00 XX 2025-10-12 17:00 XX 2025-10-12 18:00 XX 2025-10-12 19:00 XX 2025-10-12 20:00 XX 2025-10-12 21:00 XX 2025-10-12 22:00 XX 2025-10-12 23:00 XX 2025-10-13 00:00 XX 2025-10-13 01:00 XX 2025-10-13 02:00 XX 2025-10-13 03:00 XX 2025-10-13 04:00 XX 2025-10-13 05:00 XX 2025-10-13 06:00 XX 2025-10-13 07:00 XX 2025-10-13 08:00 XX 2025-10-13 09:00 XX 2025-10-13 10:00 XX 2025-10-13 11:00 XX 2025-10-13 12:00 XX 2025-10-13 13:00 XX 2025-10-13 14:00 XX 2025-10-13 15:00 XX 2025-10-14 16:00 XX 2025-10-14 17:00 XX 2025-10-14 18:00 XX 2025-10-14 19:00 XX 2025-10-14 20:00 XX 2025-10-14 21:00 XX 2025-10-14 22:00 XX 2025-10-14 23:00 XX 2025-10-15 00:00 XX 2025-10-15 01:00 XX 2025-10-15 02:00 XX 2025-10-15 03:00 XX 2025-10-15 04:00 XX 2025-10-15 05:00 XX 2025-10-15 06:00 XX 2025-10-15 07:00 XX 2025-10-15 08:00 XX 2025-10-15 09:00 XX 2025-10-15 10:00 XX 2025-10-15 11:00 XX 2025-10-15 12:00 XX 2025-10-15 13:00 XX 2025-10-15 14:00 XX 2025-10-15 15:00 XX 2025-10-15 16:00 XX 2025-10-15 17:00 XX 2025-10-15 18:00 XX 2025-10-15 19:00 XX 2025-10-15 20:00 XX 2025-10-15 21:00 XX 2025-10-15 22:00 XX 2025-10-15 23:00 XX 2025-10-16 00:00 XX 2025-10-16 01:00 XX 2025-10-16 02:00 XX 2025-10-16 03:00 XX 2025-10-16 04:00 XX 2025-10-16 05:00 XX 2025-10-16 06:00 XX 2025-10-16 07:00 XX 2025-10-16 08:00 XX 2025-10-16 09:00 XX 2025-10-16 10:00 XX 2025-10-16 11:00 XX 2025-10-16 12:00 XX 2025-10-16 13:00 XX 2025-10-16 14:00 XX 2025-10-16 15:00 XX 2025-10-16 16:00 XX 2025-10-16 17:00 XX

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": 1758826249
  },
  "summary": "Several major companies, including Google and Capital Group, are investing in Bitcoin and related technologies, indicating growing institutional interest. Additionally, various firms, such as Melanion Capital and Oranjebtc, are developing new Bitcoin treasury models and expanding their Bitcoin holdings. Meanwhile, regulatory developments, like the SEC's approval of a new crypto ETF, are also shaping the market."
}

Schema:


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",
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1758153600,
    "end": 1758833579,
    "bucket": "hour",
    "metrics": [],
    "generated": 1758826379
  },
  "data": [
    {
      "time": 1758153600,
      "contributors_active": 19736,
      "contributors_created": 892,
      "interactions": 4231195,
      "posts_active": 38896,
      "posts_created": 1187,
      "sentiment": 80,
      "spam": 6467,
      "alt_rank": 667,
      "circulating_supply": 19922378,
      "close": 116313.13,
      "galaxy_score": 52,
      "high": 116313.13,
      "low": 116188.8,
      "market_cap": 2318184308977,
      "market_dominance": 56.8449,
      "open": 116313.13,
      "social_dominance": 18.7344,
      "volume_24h": 63629830396
    }
  ]
}

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",
    "name": "Bitcoin",
    "symbol": "BTC",
    "interval": "1w",
    "start": 1758153600,
    "end": 1758833584,
    "bucket": "hour",
    "metrics": [],
    "generated": 1758826384
  },
  "data": [
    {
      "time": 1758153600,
      "contributors_active": 19736,
      "contributors_created": 892,
      "interactions": 4231195,
      "posts_active": 38896,
      "posts_created": 1187,
      "sentiment": 80,
      "spam": 6467,
      "alt_rank": 667,
      "circulating_supply": 19922378,
      "close": 116313.13,
      "galaxy_score": 52,
      "high": 116313.13,
      "low": 116188.8,
      "market_cap": 2318184308977,
      "market_dominance": 56.8449,
      "open": 116313.13,
      "social_dominance": 18.7344,
      "volume_24h": 63629830396
    }
  ]
}

Schema:


Topic Posts

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

Get the top posts for a social topic. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last XX hours.

input parameters:

Example request:

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

Example response:

{
  "config": {
    "topic": "bitcoin",
    "type": "topic",
    "id": "bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "generated": 1758826387
  },
  "data": [
    {
      "id": "1971274382795510165",
      "post_type": "tweet",
      "post_title": "Bitcoin LOD\nGold HOD",
      "post_link": "https://x.com/zerohedge/status/1971274382795510165",
      "post_image": null,
      "post_created": 1758823412,
      "post_sentiment": 3.5,
      "creator_id": "twitter::18856867",
      "creator_name": "zerohedge",
      "creator_display_name": "zerohedge",
      "creator_followers": 2237609,
      "creator_avatar": "https://pbs.twimg.com/profile_images/72647502/tyler_200x200.jpg",
      "interactions_24h": 77999,
      "interactions_total": 77999
    }
  ]
}

Schema: