[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 money, X days, fartcoin, meme coins 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 XXXX% finance XXXX% technology brands XXXX% celebrities XXXX% musicians XXXX% gaming XXXX%
Social topic influence money 3.77%, 7 days 1.89%, fartcoin 1.89%, meme coins 1.89%, meta 1.89%, coins 1.89%, stevie wonder 1.89%, pengu 1.89%, ikun 1.89%, popcat XXXX%
Top accounts mentioned or mentioned by @grok @therivera1981 @davidtsocy @mmdman886 @mlb @astros @mlfootball @thewaynebreezie @coachcrocky @lawsnation @scootermagruder @sfrankel9 @jessepollak @base @lucacurran @brztoken @paytrie @cngnco @mansafi @krakenfx
Top assets mentioned Fartcoin (FARTCOIN) Popcat (POPCAT) Magic Eden (ME)
Top posts by engagements in the last XX hours
"3. Whats being scooped up instead Top buys from smart money over the last X days: Fartcoin Aura USELESS MOBY Bonk GP USELESS & GP appear on both buys and sells 👀 (let Tom Cook)" @713Capital on X 2025-07-19 02:50:34 UTC 4649 followers, XX engagements
"@KookCapitalLLC Meme coins are overall cooked and launch pads are all bundling coins for relevance and robbing people now. They are all cooked. Rotation into a new meta soon come" @713Capital on X 2025-07-15 20:16:59 UTC 4647 followers, XXX engagements
"@comfoodx Raw dogging your air fryer with BBQ sauce is insane man" @713Capital on X 2025-07-16 20:05:46 UTC 4649 followers, 69.1K 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
"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
"@Wario64 Just emulate all these games. Why spend 300+ on a retro rebuild when you can emulate all of this for virtually nothing lol" @713Capital on X 2025-07-15 18:03:50 UTC 4647 followers, 7521 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
"@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
"@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 4648 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: