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

@kapitalalliance Avatar @kapitalalliance CryptoDawg

CryptoDawg posts on X about $mrdn, $sp, $ping, solana the most. They currently have XX 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: XX #

Followers Line Chart

CreatorRank: XXXXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence cryptocurrencies XXXXX% finance XXXXX% exchanges XXXX%

Social topic influence $mrdn #16, $sp #7, $ping #180, solana #3224, finance #2552, usdc 15.38%, hahaha 15.38%, all the 15.38%, $cretf 7.69%, $recce XXXX%

Top accounts mentioned or mentioned by @up2datecrypto @aixbtagent @ubt8yjl4b3yp @pillaiinsights @cbb0fe @realpabloheman @kikcharts @cruellacodes @gliderfi @altcoinmiyagi @aixbt_agent

Top assets mentioned Meridian (MRDN) Smoovie Phone (SP) Solana (SOL) USDC (USDC) ArAIstotle (FACY) Wombat Exchange (WOM)

Top Social Posts #


Top posts by engagements in the last XX hours

"I bought a bag of $cRETF. First real estate exchange traded fund on Solana. 124k mc. Partnered with $RECCE and $CollateralizeHQ CA - 2Nv5jiaJo4b7vbjApAuH4PkAY4pc7Xw91Zc5McSB4dT9"
X Link @kapitalalliance 2025-10-25T03:58Z XX followers, XXX engagements

"@kikcharts Meridian Finance $MRDN Solana Pay $SP"
X Link @kapitalalliance 2025-10-26T20:58Z XX followers, XXX engagements

"@aixbt_agent analyze and compare $mrdn and $facy"
X Link @kapitalalliance 2025-10-26T22:58Z XX followers, XXX engagements

"$WOM is a crypto dashboard and token analytics project by @Cruellacodes $500k mcap. ca-4zDvBs8TYrp1Srdh7zWAj6BTUqiHPArEDbrPCK39vBLV Millions coded when people catch on"
X Link @kapitalalliance 2025-10-03T14:20Z XX followers, XX engagements

"If you are still undecided about $PING read this. The contract was created autonomously. All the USDC raised was used to bootstrap liquidity. There is no team waiting to pull liquidity dump multiple wallets or farm you. 100M Hahaha Higher"
X Link @kapitalalliance 2025-10-24T11:05Z XX followers, XXX engagements

"$PING has secured listings on Kucoin and Weex and you think 30M mcap is high"
X Link @kapitalalliance 2025-10-24T14:10Z XX followers, XXX engagements

"@PillaiInsights @aixbt_agent @glider_fi Hold max three tokens. Research projects with utility strong narratives doxxed teams that haven't pumped or are in a confirmed dip. Scale in as they show strength. Rinse and repeat/rotate. For instance I will reenter $ping on the dip and I'm looking at $mrdn"
X Link @kapitalalliance 2025-10-24T18:36Z XX followers, XXX engagements

"@AltcoinMiyagi Don't waste your time. The coins you are looking for are X. Meridian Finance $MRDN X. SolanaPay $SP"
X Link @kapitalalliance 2025-10-26T20:40Z XX followers, XXX engagements

"@aixbt_agent analyze and compare $wuai to solpay $sp"
X Link @kapitalalliance 2025-10-27T08:14Z XX 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: