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

@lazulcapital Avatar @lazulcapital L̶a̶z̶u̶l̶

L̶a̶z̶u̶l̶ posts on X about zec, $zec, bitcoin, btc eth the most. They currently have XXXXX followers and XX posts still getting attention that total XXXXX engagements in the last XX hours.

Engagements: XXXXX #

Engagements Line Chart

Mentions: XX #

Mentions Line Chart

Followers: XXXXX #

Followers Line Chart

CreatorRank: XXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence cryptocurrencies XXXX% stocks XXXX% fashion brands XXXX% technology brands XXXX% currencies XXXX%

Social topic influence zec #549, $zec #421, bitcoin #6867, btc eth #339, sol #2024, $110k #133, $rail #20, has been 3.03%, bitcoin cash 3.03%, what does XXXX%

Top accounts mentioned or mentioned by @iuseforce @peocol992 @saintvexon @dlaroux_ @bullishasian @zooko @unicorngonad @0xmert @notthreadguy @ledger @brightdejoseph @symonebeez @dlaroux @thisshitsox @portal_swag @darthwhiskey @wenaltseason1 @threeandfifty @swank147 @bbcappital

Top assets mentioned Zcash (ZEC) Bitcoin (BTC) Bitcoin Cash (BCH) Polkadot (DOT) Horizen (ZEN)

Top Social Posts #


Top posts by engagements in the last XX hours

"If anyone has wondered where our zoomer quantitative analyst has been"
X Link @lazulcapital 2025-10-31T22:22Z 6587 followers, XXX engagements

"What does bitcoin cash even do"
X Link @lazulcapital 2025-10-27T13:51Z 6587 followers, XXX engagements

"This feels absolutely stupid Doubtful one can stake and shield Which would kill SOV narrative Bunch of smart niggas trying to be too smart Retards"
X Link @lazulcapital 2025-10-29T02:01Z 6588 followers, XXX engagements

"They are selling a XXX billion market cap coin for XXXX billion"
X Link @lazulcapital 2025-10-31T23:21Z 6587 followers, XXX engagements

"Zcash on a moon mission fr"
X Link @lazulcapital 2025-11-01T03:56Z 6587 followers, XXX engagements

"Fc BTC ETH hype pump SOL zec 12HR"
X Link @lazulcapital 2025-11-01T12:58Z 6587 followers, XXX engagements

"Streamer coins next meta Got a lil watchlist going"
X Link @lazulcapital 2025-09-13T15:16Z 6587 followers, 242.6K engagements

"@zooko @UnicornGonad @0xMert_ @notthreadguy @Ledger Ledger/trezor support moons this to XX% at least"
X Link @lazulcapital 2025-10-28T11:10Z 6588 followers, XXX engagements

"There will be an absolute freak somewhere (me) Who will ask the robo to stroke their dick"
X Link @lazulcapital 2025-10-29T21:25Z 6588 followers, XXX engagements

"Zcash at $XXX and BTC is at $110K"
X Link @lazulcapital 2025-10-30T01:00Z 6587 followers, XXX engagements

"Zcash $XXX when BTC retests ATHs"
X Link @lazulcapital 2025-10-30T01:09Z 6587 followers, XXX engagements

"Legit looks like a yeezy"
X Link @lazulcapital 2025-10-30T02:30Z 6587 followers, XXX engagements

"@Bright_dejoseph @SymoneBeez Encrypted bitcoin"
X Link @lazulcapital 2025-10-30T04:19Z 6587 followers, XXX engagements

"fc btc eth sol zcash pump hype 4h"
X Link @lazulcapital 2025-10-30T23:36Z 6587 followers, XXX engagements

"We really logged on and won forever"
X Link @lazulcapital 2025-10-31T04:25Z 6588 followers, XXX engagements

"Polkadot in the big 2025 bros"
X Link @lazulcapital 2025-10-31T15:03Z 6588 followers, XXX engagements

"Believe its on ETH They forked zcash Its been strong off the lows just not retard strength like zcash"
X Link @lazulcapital 2025-10-31T16:06Z 6587 followers, XXX engagements

"@Dlaroux_ Nike air diamond turf"
X Link @lazulcapital 2025-10-31T22:36Z 6588 followers, XX engagements

"2 billion usd shielded"
X Link @lazulcapital 2025-11-01T03:01Z 6588 followers, XXX engagements

"Zcash just wicked to $440"
X Link @lazulcapital 2025-11-01T03:06Z 6587 followers, XXX engagements

"$ZEN $ZEC $RAIL Privacy watchlist"
X Link @lazulcapital 2025-11-01T13:35Z 6587 followers, XXX engagements

"$RAIL and $ZEC moving exactly the same"
X Link @lazulcapital 2025-11-01T13:52Z 6587 followers, XXX engagements

Category Creators

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

Get the top creators for a social category

input parameters:

Example request:

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

Example response:

{
  "data": [
    {
      "creator_id": "twitter::79293791",
      "creator_name": "rihanna",
      "creator_avatar": "https://pbs.twimg.com/profile_images/1960786225423659008/GhLekHuP_200x200.jpg",
      "creator_followers": 106933122,
      "creator_rank": 1,
      "interactions_24h": 21430912
    }
  ]
}

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/1956414642370015232/GEq5Z9jN_200x200.png",
      "creator_followers": 208065784,
      "creator_posts": 2299,
      "creator_rank": 1,
      "interactions_24h": 334657566
    }
  ]
}

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": 227854844,
    "creator_rank": 4,
    "interactions_24h": 120031096,
    "topic_influence": [
      {
        "topic": "elon musk",
        "count": 189,
        "percent": 1.71,
        "rank": X
      }
    ],
    "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 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": 1759968000,
    "end": 1760659200,
    "bucket": "hour",
    "name": "lunarcrush",
    "remote_api": "danode1-13",
    "generated": 1760647721
  },
  "data": [
    {
      "time": 1759968000,
      "followers": 309011,
      "interactions": 6824,
      "posts_active": 35,
      "creator_rank": 274812
    }
  ]
}

Schema: