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

@bitcoin Avatar @bitcoin Bitcoin

Bitcoin posts on TikTok about the most. They currently have XXX followers and X posts still getting attention that total X engagements in the last XX hours.

Engagements: undefined #

Engagements Line Chart

Mentions: undefined #

Mentions Line Chart

Followers: XXX #

Followers Line Chart

CreatorRank: undefined #

CreatorRank Line Chart

Social Influence

Top accounts mentioned or mentioned by @defidan @garajtayfa @wallstreet.crypto6 @miggycrypto @hugh.royalfrenchm @realtysharpe @kathykdall @wordsmith1982 @nswilkes033 @dogetocoin @mowtivated3 @cryptocommunitycentral @3twarriorsacademy2 @lover_of_life5 @me_myself_mykids @lillydouse_ @moonermeme @ogbeeeee5 @d3uc3.sol.algo @aitechwoman

Creator

https://lunarcrush.com/api4/public/creator/:network/:id/v1

Get detail information on a specific creator

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/v1

Example response:

{
  "data": {
    "creator_id": "twitter::44196397",
    "creator_name": "elonmusk",
    "creator_display_name": "Elon Musk",
    "creator_avatar": "https://pbs.twimg.com/profile_images/1995407795835772928/Wp7m4L9h_200x200.jpg",
    "creator_followers": 229714990,
    "creator_rank": 2,
    "interactions_24h": 240215998,
    "topic_influence": [
      {
        "topic": "ai",
        "count": 161,
        "percent": 4.45,
        "rank": XX
      }
    ],
    "top_community": [
      {
        "creator_name": "grok",
        "creator_display_name": "Grok",
        "creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
        "count": XXX
      }
    ]
  }
}

Schema:


Creator Posts

https://lunarcrush.com/api4/public/creator/:network/:id/posts/v1

Get the top posts for a specific creator. 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/creator/twitter/elonmusk/posts/v1

Example response:

{
  "data": [
    {
      "id": "1883151571175051564",
      "post_type": "tweet",
      "post_title": "@andrewrsorkin 😂",
      "post_created": 1737813296,
      "post_sentiment": 3,
      "post_link": "https://x.com/elonmusk/status/1883151571175051564",
      "post_image": null,
      "creator_id": "twitter::44196397",
      "creator_name": "elonmusk",
      "creator_display_name": "Elon Musk",
      "creator_followers": 229618839,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1995407795835772928/Wp7m4L9h_200x200.jpg",
      "interactions_24h": 0,
      "interactions_total": 230448
    }
  ]
}

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:


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": 1765485823
  },
  "data": [
    {
      "id": "crypto-economy.com-1517463299",
      "post_type": "news",
      "post_title": "Bitcoin treasury adoption slows in Q4 as major corporate holders continue accumulating - Crypto Economy",
      "post_link": "https://crypto-economy.com/bitcoin-treasury-adoption-slows-in-q4-as-major-corporate-holders-continue-accumulating/",
      "post_image": "https://crypto-economy.com//wp-content/uploads/2025/12/Standard-Chartered-Bitcoin.jpg",
      "post_created": 1765483237,
      "post_sentiment": 3.11,
      "creator_id": "twitter::727672327836700672",
      "creator_name": "CryptoEconomyEN",
      "creator_display_name": "Crypto Economy News",
      "creator_followers": 6282,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1082572278792159232/YAmg63y3_200x200.jpg",
      "interactions_24h": 362,
      "interactions_total": XXX
    }
  ]
}

Schema: