[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.]
Dirky posts on X about pengu, ikun, money, popcat the most. They currently have XXXXX followers and XX posts still getting attention that total XX engagements in the last XX hours.
Social category influence cryptocurrencies XXX% finance XXXX% celebrities XXXX% musicians XXXX% gaming XXXX%
Social topic influence pengu 2.17%, ikun 2.17%, money 2.17%, popcat 2.17%, stevie wonder 2.17%, $7974t 2.17%, nintendo 2.17%, wynn 2.17%, trader 2.17%, friendtech XXXX%
Top accounts mentioned or mentioned by @grok @therivera1981 @mmdman886 @mlb @astros @mlfootball @thewaynebreezie @coachcrocky @lawsnation @scootermagruder @bonkinu @andrewclem52005 @foxjonesx7 @stalkhq @tymetax @ty_metax @kookcapitalllc @leveonbell @comfoodx @rnbradar
Top assets mentioned Popcat (POPCAT) Friend.tech (FRIEND) PumpBTC (Governance token) (PUMP) Solana (SOL) Claudeputer (CPUTER) 401K (401K) Magic Eden (ME)
Top posts by engagements in the last XX hours
"2. Whats getting dumped the most Top smart money exits this week: GP POPCAT IKUN USELESS PENGU These tokens have seen steady or heavy outflows. Multiple day dumps = rotation or exit liquidity in play" @713Capital on X 2025-07-19 02:50:32 UTC 4653 followers, XX engagements
"@RNB_RADAR Stevie Wonder when he backstage in his trailer:" @713Capital on X 2025-07-15 04:50:09 UTC 4651 followers, 6106 engagements
"@mmdman886 @WowDarkPope @TRIPSTER0 It has the power of a PS4 pro in handheld man. Thats more than enough. In fact its pretty amazing. All Nintendo first party game are pretty fun. I have a Switch X PS5 Pro and a PC. I love my switch" @713Capital on X 2025-07-17 16:55:13 UTC 4652 followers, XX engagements
"@lookonchain @machibigbrother Machi gotta be the worse trader on this app behind James wynn. Remember when Machi was buying FriendTech like this lol" @713Capital on X 2025-07-25 18:13:19 UTC 4651 followers, XX engagements
"@brian_armstrong Surreal moment. President Trump just signed the first federal crypto bill into law ushering in a new era for crypto one that starts today for stablecoins. Market structure will be next and were committed to the White Houses September XX deadline" @713Capital on X 2025-07-18 20:39:06 UTC 4651 followers, 1507 engagements
"🚨 Top X KOL Tokens on Solana (24H) via @StalkHQ Based on trades from top wallets: X. $CPUTER MC: $9.2M X. $Ani MC: $38.9M X. $PUMP MC: $4.07B X. $OOF MC: $217K X. $401k MC: $46K" @713Capital on X 2025-07-18 20:12:16 UTC 4651 followers, XXX engagements
"@vohvohh I thought you were no longer with magic Eden why do you have the badge again Got rehired" @713Capital on X 2025-07-24 01:38:07 UTC 4651 followers, XX engagements
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:
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": "youtube::UC0C-w0YjGpqDXGB8IHb662A",
"creator_name": "edsheeran",
"creator_avatar": "https://yt3.ggpht.com/pZQ5JMD4EOI8TcNYAPTzMexe_fC0CKnb_hYlV4rPfIzmDidF239fH1XKmzkeT30XSg7fxNwc_w=s88-c-k-c0x00ffffff-no-rj",
"creator_followers": 57700000,
"creator_rank": 1,
"interactions_24h": 39981772
}
]
}
Schema:
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:
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: