[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.]
@gapi_7 gapi_7gapi_7 posts on Reddit about $vanity, crypto, token, future the most. They currently have undefined followers and XX posts still getting attention that total XX engagements in the last XX hours.
Social category influence cryptocurrencies exchanges
Social topic influence $vanity #1, crypto, token, future, market cap #1465
Top posts by engagements in the last XX hours
"$VANITY - create custom wallet address unique idea in crypto world everyone will want a custom crypto wallet address in the future get in at this small market cap HUGE potential"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"VanityToken. Your Own Wallet Customised. 7780+ Holders CMC and CG Listed Probit signed"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"VanityToken. Your Own Wallet Customised. 7780+ Holders CMC and CG Listed Probit signed"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"VanityToken. Your Own Wallet Customised. 7780+ Holders CMC and CG Listed Probit signed"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"VanityToken. Your Own Wallet Customised. 7780+ Holders CMC and CG Listed Probit signed"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"VanityToken. Your Own Wallet Customised. 7780+ Holders CMC and CG Listed Probit signed"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"✅ Vanity token - personalized crypto wallet address 🔐 Re-launch presale this weekend 🚀"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"✅ Vanity token - personalized crypto wallet address 🔐 Re-launch presale this weekend 🚀"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
"✅ Vanity token - personalized crypto wallet address 🔐 Re-launch presale this weekend 🚀"
Reddit Link 2025-06-17T23:00Z X followers, XX engagements
"$VANITY - create custom wallet address unique idea in crypto world everyone will want a custom crypto wallet address in the future get in at this small market cap HUGE potential(1000x)"
Reddit Link 2025-06-17T23:00Z X followers, XXX engagements
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/1995407795835772928/Wp7m4L9h_200x200.jpg",
"creator_followers": 229714990,
"creator_rank": 2,
"interactions_24h": 240215998,
"topic_influence": [
{
"topic": "ai",
"count": 161,
"percent": 4.45,
"rank": XX
}
],
"top_community": [
{
"creator_name": "grok",
"creator_display_name": "Grok",
"creator_avatar": "https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_200x200.jpg",
"count": XXX
}
]
}
}
Schema:
https://lunarcrush.com/api4/public/creator/:network/:id/posts/v1
Get the top posts for a specific creator. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last XX hours.
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/creator/twitter/elonmusk/posts/v1
Example response:
{
"data": [
{
"id": "1883151571175051564",
"post_type": "tweet",
"post_title": "@andrewrsorkin 😂",
"post_created": 1737813296,
"post_sentiment": 3,
"post_link": "https://x.com/elonmusk/status/1883151571175051564",
"post_image": null,
"creator_id": "twitter::44196397",
"creator_name": "elonmusk",
"creator_display_name": "Elon Musk",
"creator_followers": 229618839,
"creator_avatar": "https://pbs.twimg.com/profile_images/1995407795835772928/Wp7m4L9h_200x200.jpg",
"interactions_24h": 0,
"interactions_total": 230448
}
]
}
Schema:
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::1365093503601106946",
"creator_name": "0xEthan",
"creator_avatar": "https://pbs.twimg.com/profile_images/1933385052110413824/Ge1Q1bv6_200x200.jpg",
"creator_followers": 69297,
"creator_rank": 1,
"interactions_24h": 4454629
}
]
}
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": "twitter::1138458175663988738",
"creator_name": "PopBase",
"creator_avatar": "https://pbs.twimg.com/profile_images/1268086791443230737/BRGz4AiW_200x200.jpg",
"creator_followers": 2424200,
"creator_rank": 1,
"interactions_24h": 15054704
}
]
}
Schema: