[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 interactions 2025-12-06 10:00 655982 2025-12-06 11:00 70498 2025-12-06 12:00 43369 2025-12-06 19:00 939166 2025-12-06 20:00 1931500 2025-12-06 21:00 11360715 2025-12-07 20:00 616796 2025-12-07 21:00 42263 2025-12-07 22:00 38142 2025-12-08 15:00 526901 2025-12-08 16:00 137136 2025-12-08 17:00 25747 2025-12-08 20:00 484057 2025-12-08 21:00 422562 2025-12-08 22:00 61965 2025-12-08 23:00 51495 2025-12-09 20:00 659243 2025-12-09 21:00 54671 2025-12-09 22:00 XXX 2025-12-09 23:00 XX 2025-12-10 00:00 XX 2025-12-10 01:00 XX 2025-12-10 02:00 XX 2025-12-10 20:00 412363 2025-12-10 21:00 152744 2025-12-10 22:00 19096 2025-12-11 07:00 670434 2025-12-11 08:00 47802 2025-12-11 09:00 XXX 2025-12-11 19:00 210973 2025-12-11 20:00 369906 2025-12-11 21:00 50623 2025-12-12 20:00 614818 2025-12-12 21:00 45501 2025-12-12 22:00 XXX 2025-12-13 01:00 524036 2025-12-13 02:00 294546 2025-12-13 03:00 21897

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": 300754,
      "num_posts": 300754,
      "interactions_24h": 2980779418
    }
  ]
}

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": 1764806400,
    "end": 1765493023,
    "bucket": "hour",
    "metrics": [],
    "generated": 1765485823
  },
  "data": [
    {
      "time": 1764806400,
      "contributors_active": 23704,
      "contributors_created": 1429,
      "interactions": 2850530,
      "posts_active": 46702,
      "posts_created": 2732,
      "sentiment": 79,
      "spam": 5826,
      "alt_rank": 215,
      "circulating_supply": 19957250,
      "close": 93033,
      "galaxy_score": 53,
      "high": 93033,
      "low": 92735.28,
      "market_cap": 1856638537230,
      "market_dominance": 58.4039,
      "open": 93033,
      "social_dominance": 28.896,
      "volume_24h": 77427662033
    }
  ]
}

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": 1764806400,
    "end": 1765493023,
    "bucket": "hour",
    "metrics": [],
    "generated": 1765485823
  },
  "data": [
    {
      "time": 1764806400,
      "contributors_active": 23704,
      "contributors_created": 1429,
      "interactions": 2850530,
      "posts_active": 46702,
      "posts_created": 2732,
      "sentiment": 79,
      "spam": 5826,
      "alt_rank": 215,
      "circulating_supply": 19957250,
      "close": 93033,
      "galaxy_score": 53,
      "high": 93033,
      "low": 92735.28,
      "market_cap": 1856638537230,
      "market_dominance": 58.4039,
      "open": 93033,
      "social_dominance": 28.896,
      "volume_24h": 77427662033
    }
  ]
}

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",
    "_self_call": true,
    "name": "Bitcoin",
    "symbol": "BTC",
    "generated": 1765485823
  },
  "data": [
    {
      "id": "t3_1pk4b3i",
      "post_type": "reddit-post",
      "post_title": "I can’t wait to be rich guys",
      "post_link": "https://redd.it/1pk4b3i",
      "post_image": null,
      "post_created": 1765476409,
      "post_sentiment": 3.36,
      "creator_id": "reddit::t2_1kq495hgxu",
      "creator_name": "Cold-Ad-7980",
      "creator_display_name": "Cold-Ad-7980",
      "interactions_24h": 4752,
      "interactions_total": 4740
    }
  ]
}

Schema: