[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.]
@asvacapital Asva CapitalAsva Capital posts on X about linea, $aster, $symm, $logx 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 XXXXX% exchanges XXXX%
Social topic influence linea #226, $aster 7.14%, $symm 7.14%, $logx 7.14%, hidden 7.14%, coti 7.14%, atomic 7.14%, ethereum #4737, scaling 7.14%, $gas XXXX%
Top accounts mentioned or mentioned by @uniswap @aave @pendlefi @synthetix @leonardaster
Top assets mentioned Linea (LINEA) Aster (ASTER) SYMMIO (SYMM) LogX Network (LOGX) Ethereum (ETH) Gas (GAS)
Top posts by engagements in the last XX hours
"7/ Some projects to watch X. Aster $ASTER Hidden orders (invisible until execution) On-chain and MEV-resistant Hybrid: public order book + private execution X. Symmio $SYMM (via PriveX) Intent-based private perp trading Private settlement via COTI Zero public order exposure X. LogX $LOGX Cross-chain DEX aggregator with dark-pool logic ZK + atomic settlement hide large orders Built for whales funds block trades X. Wootrade $WOO Institutional dark liquidity network Deep off-chain liquidity Private block trades with low market impact X. Anoma (Intent Shield) $XAN Fully private intent settlement"
X Link 2025-11-28T13:05Z 1023 followers, XXX engagements
"3/ With a very long vesting schedule lasting until 2037 and most of the supply dedicated to community and ecosystem growth Linea avoids the common dilution cycles seen in other networks. With ConsenSys tremendous distribution power through MetaMask and Infura Linea has a unique strategic advantage making it one of the strongest long-term bets in the #ZK and Ethereum scaling landscape"
X Link 2025-12-12T12:17Z 1024 followers, XX engagements
"4/ Token Utility & Supply $LINEA is not a governance token and not a gas token. All transactions on Linea use ETH for gas while $LINEA acts purely as an incentives token for ecosystem participants. ➡Users earning rewards for real network activity ➡Builders receiving incentives to expand the ecosystem ➡Eliminating VC dumping pressure"
X Link 2025-12-12T12:17Z 1024 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::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:
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/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1777,
"creator_rank": 1,
"interactions_24h": 484062886
}
]
}
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/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: