[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.]
Vikara Capital posts on X about binance, coin in, number of, countries the most. They currently have XXX followers and XX posts still getting attention that total XXXXX engagements in the last XX hours.
Social category influence exchanges XXXXX% stocks XXXX% technology brands XXXX% cryptocurrencies XXXX%
Social topic influence binance #3279, coin in 1.79%, number of 1.79%, countries 1.79%, coinbase 1.79%, $usduc 1.79%, solana 1.79%, bnb 1.79%, has been XXXX%
Top accounts mentioned or mentioned by @yishanyugong @caspereux @solana @pumpdotfun @k__c__g @coinbase @zosegal @usduccoin @bitcoin @binancebankrupt @gainzy222 @mdudas @notsofast @binance @watcherguru @brianarmstrong @jessepollak @ethereum @slingdeez @vinicioi7
Top assets mentioned Coinbase Global, Inc. (COIN) unstable coin (USDUC) Solana (SOL)
Top posts by engagements in the last XX hours
"We agree with @PlagueObserver who recently penned a very nice research piece on @pumpdotfun at @MessariCrypto which included the below graphic. Unstable Coin in very select company. Few"
X Link @VikaraCapital 2025-10-14T01:08Z XXX followers, 7475 engagements
"please explain why the correlation coefficient between Aster and Binance is close to X. that's normal. imagine if crypto was a regulated market where there were consequences for shady behavior. also remember Binance banned in a number of countries. that's interesting"
X Link @VikaraCapital 2025-10-15T01:35Z XXX followers, XXX engagements
"@SPCMNandHOBBES Blocked him. Preemptive blocking will save many who believe these guys have a clue from losing $ and others from being subjected to their hot garbage takes. Also block @rasmr_eth @ZssBecker @LexaproTrader and @RichardHeartWin. Youre welcome"
X Link @VikaraCapital 2025-10-12T12:03Z XXX followers, XX engagements
"binance makes tens or maybe hundreds of billions screwing market participants and this guy is who is defending them. like when the government taxes you XX% and then gives you a X% rebate on some BS and everyone cheers. but thank you again bitlord for some of the worst takes in all of crypto ser. hell of an accomplishment"
X Link @VikaraCapital 2025-10-15T00:02Z XXX followers, XXX engagements
"@Ourbit_Official quit glazing scammers. thank you for your attention to this matter"
X Link @VikaraCapital 2025-10-14T23:36Z XXX followers, XXX engagements
"@jessepollak @m3tamike @base @coinbase Interesting. Still having issues buying on @coinbase Prime. Wonder when this will be fixed @brian_armstrong @zosegal"
X Link @VikaraCapital 2025-10-05T23:15Z XXX followers, XXX engagements
"@aeyakovenko Ok so #1. Buy and openly support Unstable Coin. Its $USDUC. And #2. Develop a Solana stablecoin. Like BNB had w paxos back in the day"
X Link @VikaraCapital 2025-10-15T05:04Z XXX followers, 3414 engagements
"binance makes tens or maybe hundreds of billions screwing market participants and this guy is who is defending them. like when the government taxes you XX% and then gives you a X% rebate on some BS and everyone cheers. but thank you again bitlord for some of the worst takes in all of crypto ser. hell of an accomplishment"
X Link @VikaraCapital 2025-10-15T00:02Z XXX followers, XX engagements
"@worm_emoji @mdudas @binance Exactly Focus on wrong stuff. They can demand XX% or more bc crime exchange"
X Link @VikaraCapital 2025-10-15T01:29Z XXX followers, XX engagements
"How about very likely Binance market manipulation or ghost volume I mean Aster mirroring 🤣🤣🤣 Youve been at this for ages in crypto years Mike. I know teams where Binance wanted 20%. And this has been going on for many years. Crime exchange run by criminals. We agree enough is enough but until they are sidelined via regs or something nothing will change"
X Link @VikaraCapital 2025-10-15T01:28Z XXX followers, XXX engagements
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": 107096627,
"creator_rank": 1,
"interactions_24h": 86230220
}
]
}
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/1956414642370015232/GEq5Z9jN_200x200.png",
"creator_followers": 208065784,
"creator_posts": 1946,
"creator_rank": 1,
"interactions_24h": 303150257
}
]
}
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": 226637736,
"creator_rank": 26,
"interactions_24h": 53318135,
"topic_influence": [
{
"topic": "elon musk",
"count": 180,
"percent": 2.81,
"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:
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": 1758153600,
"end": 1758844800,
"bucket": "hour",
"name": "lunarcrush",
"remote_api": "danode2-13",
"generated": 1758826398
},
"data": [
{
"time": 1758153600,
"followers": 309352,
"interactions": 1758,
"posts_active": 29,
"posts_created": 1,
"creator_rank": 296332
}
]
}
Schema: