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

@Papi_snr Avatar @Papi_snr Tasie

Tasie posts on X about stx, bitcoin, headed, protocol the most. They currently have XXXXX followers and XX posts still getting attention that total XXX engagements in the last XX hours.

Engagements: XXX #

Engagements Line Chart

Mentions: X #

Mentions Line Chart

Followers: XXXXX #

Followers Line Chart

CreatorRank: XXXXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence cryptocurrencies XXXXX% stocks XXXX%

Social topic influence stx 7.14%, bitcoin 7.14%, headed 3.57%, protocol 3.57%, bitflow 3.57%, apy 3.57%, staking 3.57%, farming 3.57%, sbtc XXXX%

Top accounts mentioned or mentioned by @stacks @neddfil @zestprotocol @stackingdao @chalinekam @hodlstxbtc @nottim @grimaldoremade @stx @hermeticafi @crusaderbtc @jackbinswitch @gpscstx @idiongomfon @princetroyc @godfredxcuz @hexxcrypt @theweb3kay @cyborgmyster @godfred_xcuz

Top assets mentioned Bitcoin (BTC) sBTC (SBTC)

Top Social Posts #


Top posts by engagements in the last XX hours

"Cookie DAOs social metrics of the mindshare in @Stacks paint a clear picture. Leaders founders creators (myself included) are bullish on STX but also on whats coming after SIP-031. This vote isnt just about protocol upgrades or ecosystem improvements. Its about where the energy is headed next. 🟧"
@Papi_snr Avatar @Papi_snr on X 2025-07-17 08:53:58 UTC 3956 followers, XXX engagements

"Protocols on @stacks are doing really well lately. Zest alone is becoming a liquidity base for Bitcoin Defi where you can always fall back to. Assuming you need USDh to trade on Velar or Bitflow you can easily borrow from Zest. Or maybe you have enough USDh stSTX and you want earn from them just deposit on Zest and rest. No second @ZestProtocol"
@Papi_snr Avatar @Papi_snr on X 2025-07-20 15:14:34 UTC 3957 followers, XXX engagements

"@lynk0x Thats a good play. But for me Nah. Id rather prefer earning yieldsfrom a stablecoin thats backed by Bitcoin. Thats how ive been surviving. Stake $1000 USDh earn up to XX% APY use $XXX USDh for Bitcoin Defi that earns more yield. Thats the update"
@Papi_snr Avatar @Papi_snr on X 2025-07-27 03:13:10 UTC 3959 followers, XXX engagements

"Im all in on the @stacks STX DEFI SZN campaign again. Farming yields earning STX and BTC rewards are solid ways to stay positioned in the new era of BTCFi. If youre paying attention youll notice that people are already: Supplying and borrowing assets from the @ZestProtocol. Staking USDh on the HermeticaFi app for up to XX% yield. Stacking STX on stackingDao for either BTC sBTC or STX yield. Then other DeFi protocols in use currently. The narratives shifting and attention is growing.🟧"
@Papi_snr Avatar @Papi_snr on X 2025-07-21 21:02:32 UTC 3957 followers, XXX engagements

Topic Creators

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

Get the top creators for a social topic

input parameters:

Example request:

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

Example response:

{
  "data": [
    {
      "creator_id": "twitter::1353384573435056128",
      "creator_name": "rovercrc",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1891433835675475969/J-TloTb6_200x200.png",
      "creator_followers": 1267738,
      "creator_rank": 1,
      "interactions_24h": 1686455
    }
  ]
}

Schema:


Creators List

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

Get a list of trending social creators over all of social based on interactions. To get lists of creators by category or topic see the topics and categories endpoints.

Example request:

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

Example response:

{
  "data": [
    {
      "creator_name": "FoxNews",
      "creator_display_name": "Fox News",
      "creator_id": "1367531",
      "creator_network": "twitter",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1591278197844414464/O6Fp0hFB_200x200.jpg",
      "creator_followers": 26725655,
      "creator_posts": 2639,
      "creator_rank": 1,
      "interactions_24h": 378298216
    }
  ]
}

Schema:


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/1936002956333080576/kqqe2iWO_200x200.jpg",
    "creator_followers": 221643469,
    "creator_rank": "9",
    "interactions_24h": 137219778,
    "topic_influence": [
      {
        "topic": "elon musk",
        "count": 282,
        "percent": 4.45,
        "rank": X
      }
    ]
  }
}

Schema:


Creator Time Series

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

Get time series data on a creator.

input parameters:

Example request:

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

Example response:

{
  "config": {
    "network": "twitter",
    "influencer_id": "twitter::988992203568562176",
    "interval": "1w",
    "start": 1750896000,
    "end": 1751587200,
    "bucket": "hour",
    "name": "lunarcrush",
    "remote_api": "danode1-13",
    "generated": 1751552702
  },
  "data": [
    {
      "time": 1750896000,
      "followers": 310261,
      "interactions": 5925,
      "posts_active": 40,
      "creator_rank": 121192
    }
  ]
}

Schema: