[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.]
Creator | Rank | Followers | Posts | Engagements |
---|---|---|---|---|
@balllyes | X | 9111 | X | 152.2K |
@ColoradoRapids | X | 125.1K | XX | 65.8K |
@mina_spade | X | 300K | X | 57.9K |
@mls | X | 1.8M | X | 16.9K |
@247.deportes | X | 4399 | X | 15.1K |
@Burgundywave | X | 3716 | XX | 13.5K |
@noticias.pasaje | X | 313.6K | X | 12.1K |
@coloradorapids | X | 54.3K | X | 9464 |
@ColoradoRapids | X | 14.4K | XX | 7506 |
@DNVR_Rapids | XX | 1749 | XX | 7477 |
@JoserNunez91 | XX | 3587 | X | 5933 |
@Senseisports1 | XX | 35.7K | X | 4351 |
@ZONATIPSTERS777 | XX | XX | X | 1260 |
@LyleMultimedia | XX | 8537 | X | 1253 |
@christianmtzc90 | XX | XXX | X | XXX |
@ComarcaDeporte | XX | 18.5K | X | XXX |
@josejuangelmx | XX | 9190 | X | XXX |
@bangarangsc | XX | X | X | XXX |
@SportsTOTAL11 | XX | 7500 | X | XXX |
@ligamxscores | XX | XXX | X | XXX |
@grok | XX | 5.6M | X | XXX |
@cryptochilango1 | XX | XX | X | XXX |
@Marco777777779 | XX | XXX | X | XXX |
@DaddyShuttle | XX | XXX | X | XXX |
@fulboxOficial | XX | XXX | X | XXX |
@Kyleoherron | XX | XXX | X | XXX |
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/coins/list/v2
Get a general snapshot of LunarCrush metrics on the entire list of tracked coins. It is designed as a lightweight mechanism for monitoring the universe of available assets, either in aggregate or relative to each other. Metrics include Galaxy Score™, AltRank™, price, volatility, 24h percent change, market cap, social mentions, social interactions, social contributors, social dominance, and categories.
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/coins/list/v2
Example response:
{
"config": {
"sort": "market_cap_rank",
"desc": true,
"limit": 0,
"page": 0,
"total_rows": 6838,
"generated": 1751552702
},
"data": [
{
"id": 1,
"symbol": "BTC",
"name": "Bitcoin",
"price": 110359.20914399876,
"price_btc": 1,
"volume_24h": 61032811904.88,
"volatility": 0.0145,
"circulating_supply": 19886959,
"max_supply": 21000000,
"percent_change_1h": 0.895221505959,
"percent_change_24h": 2.3744465093,
"percent_change_7d": 3.116412781926,
"market_cap": 2194709067519.13,
"market_cap_rank": 1,
"interactions_24h": 91167247,
"social_volume_24h": 201410,
"social_dominance": 23.49338916721587,
"market_dominance": 64.35165905885069,
"market_dominance_prev": 66.33535723787728,
"galaxy_score": 55.6,
"galaxy_score_previous": 62,
"alt_rank": 1,
"alt_rank_previous": 139,
"sentiment": 80,
"categories": "layer-1,bitcoin-ecosystem,pow",
"blockchains": [
{
"type": "layer1",
"network": "bitcoin",
"address": null,
"decimals": null
}
],
"percent_change_30d": 4.317920606659,
"last_updated_price": 1751552693,
"last_updated_price_by": "cmc_stream",
"topic": "btc bitcoin",
"logo": "https://cdn.lunarcrush.com/bitcoin.png"
}
]
}
Schema:
https://lunarcrush.com/api4/public/coins/list/v1
Get a general snapshot of LunarCrush metrics on the entire list of tracked coins. This version is heavily cached and up to X hour behind. It is designed as a lightweight mechanism for monitoring the universe of available assets, either in aggregate or relative to each other. Metrics include Galaxy Score™, AltRank™, price, volatility, 24h percent change, market cap, social mentions, social interactions, social contributors, social dominance, and categories. Use the coins/list/v2 endpoint for data updated every few seconds.
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/coins/list/v1
Example response:
{
"config": {
"sort": "market_cap_rank",
"desc": true,
"limit": 0,
"page": 0,
"total_rows": 6838,
"generated": 1751552703
},
"data": [
{
"id": 1,
"symbol": "BTC",
"name": "Bitcoin",
"price": 110359.20914399876,
"price_btc": 1,
"volume_24h": 61032811904.88,
"volatility": 0.0145,
"circulating_supply": 19886959,
"max_supply": 21000000,
"percent_change_1h": 0.895221505959,
"percent_change_24h": 2.3744465093,
"percent_change_7d": 3.116412781926,
"market_cap": 2194709067519.13,
"market_cap_rank": 1,
"interactions_24h": 91167247,
"social_volume_24h": 201410,
"social_dominance": 23.49338916721587,
"market_dominance": 64.35165905885069,
"market_dominance_prev": 66.33535723787728,
"galaxy_score": 55.6,
"galaxy_score_previous": 62,
"alt_rank": 1,
"alt_rank_previous": 139,
"sentiment": 80,
"categories": "layer-1,bitcoin-ecosystem,pow",
"blockchains": [
{
"type": "layer1",
"network": "bitcoin",
"address": null,
"decimals": null
}
],
"percent_change_30d": 4.317920606659,
"last_updated_price": 1751552693,
"last_updated_price_by": "cmc_stream",
"topic": "btc bitcoin",
"logo": "https://cdn.lunarcrush.com/bitcoin.png"
}
]
}
Schema:
https://lunarcrush.com/api4/public/stocks/list/v2
Get a general snapshot of LunarCrush metrics on the entire list of tracked stocks. It is designed as a lightweight mechanism for monitoring the universe of available assets, either in aggregate or relative to each other. Metrics include Galaxy Score™, AltRank™, floor price, 24h percent change, market cap, social mentions, social interactions, social contributors, social dominance, and categories.
input parameters:
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/stocks/list/v2
Example response:
{
"config": {
"limit": 0,
"sort": "market_cap_rank",
"desc": true,
"page": 0,
"total_rows": 2178,
"generated": 1751552703
},
"data": [
{
"id": 568,
"symbol": "AMZN",
"name": "Amazon.com, Inc.",
"price": 221.66,
"volume_24h": 5074540143.03,
"percent_change_24h": 0.7346762459076046,
"market_cap": "2351911605480.00",
"market_cap_rank": 1,
"interactions_24h": 2424879,
"social_volume_24h": 15743,
"social_dominance": 2.8675147355613357,
"market_dominance": 2.948556105203988,
"market_dominance_prev": 3.2972828581535456,
"galaxy_score": 60.5,
"galaxy_score_previous": 61,
"alt_rank": 208,
"alt_rank_previous": 2,
"sentiment": 94,
"categories": "consumer-cyclical",
"last_updated_price": 1751552693,
"last_updated_price_by": "polygon_market",
"topic": "amzn amazoncom inc",
"logo": "https://cdn.lunarcrush.com/stocks/amzn.png"
}
]
}
Schema: