[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 |
---|---|---|---|---|
@Binance_alph | X | 11.6K | X | 4289 |
@anthonymous01 | X | XXX | X | 3462 |
@cexscan | X | 5321 | XX | 1827 |
@bestcryptosig | X | 2465 | XX | 1331 |
@Cryptoheist123 | X | 4049 | X | XXX |
@TheMoneyTrades | X | XX | X | XXX |
@JackAdams66 | X | 5824 | X | XXX |
@Finora_EN | X | 3418 | X | XXX |
@TYcryptic | X | 3659 | X | XXX |
@cmScanner_RSI | XX | 2417 | XX | XXX |
@cmScanner_EMA | XX | XXX | X | XXX |
@cmScanner_SMA | XX | XXX | X | XXX |
@Phoenix_crypto1 | XX | XXX | X | XXX |
@aicryptopattern | XX | 5643 | X | XXX |
@CoinBubbles_App | XX | XXX | X | XXX |
@HodlFocus | XX | XXX | X | XXX |
@evedex2667 | XX | XX | X | XXX |
@vrebpeter | XX | XXX | X | XXX |
@AltcoinAron | XX | XXX | X | XXX |
@rektdepartment | XX | XXX | X | XXX |
@Amelia_12357 | XX | XXX | X | XXX |
@CryptoGuy633 | XX | 2023 | X | XXX |
@anomiq_io | XX | XXX | X | XXX |
@cmScanner_PSAR | XX | XXX | X | XXX |
@TheDeFiGuru_ | XX | 58K | X | XX |
@bankrbot | XX | 66.7K | X | XX |
@0xAralez | XX | 2104 | X | XX |
@zdee24 | XX | XX | X | XX |
@MOEW_Agent | XX | 11.7K | X | XX |
@Degenimis | XX | XXX | X | XX |
@axmanalpha | XX | XXX | X | XX |
@NovaExpert10 | XX | XXX | X | XX |
@CryptoBigStarSG | XX | 3264 | X | XX |
@Oxsaii_ | XX | XXX | X | XX |
@FameEXGlobal | XX | 89.8K | X | XX |
@Onuryalinn | XX | 9921 | X | XX |
@BaseHubHB | XX | 44.8K | X | XX |
@ElliotHenr81571 | XX | XX | X | XX |
@DaemonDemian | XX | XXX | X | XX |
@ellusionx | XX | XXX | X | XX |
@Divis_eth | XX | 1011 | X | XX |
@TheNFTease | XX | 18.8K | X | XX |
@CryptoRx2025 | XX | XXX | X | XX |
@YoueEth | XX | 2210 | X | XX |
@poodie | XX | XXX | X | XX |
@NaweeREADYY | XX | XXX | X | X |
@Bike4Sail | XX | 2993 | X | X |
@TradeM470 | XX | XX | X | X |
@AerodromeFi | XX | 117K | X | X |
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/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": 7403,
"generated": 1758826399
},
"data": [
{
"id": 1,
"symbol": "BTC",
"name": "Bitcoin",
"price": 109551.15591819027,
"price_btc": 1,
"volume_24h": 68911022400.55803,
"volatility": 0.0088,
"circulating_supply": 19926093,
"max_supply": 21000000,
"percent_change_1h": 0.33738312,
"percent_change_24h": -3.57701211,
"percent_change_7d": -7.0727054,
"market_cap": 2182926521083.36,
"market_cap_rank": 1,
"interactions_24h": 77182375,
"social_volume_24h": 126645,
"social_dominance": 15.125872772831833,
"market_dominance": 58.70197381181777,
"market_dominance_prev": 55.660727731697776,
"galaxy_score": 53.7,
"galaxy_score_previous": 65,
"alt_rank": 100,
"alt_rank_previous": 85,
"sentiment": 78,
"categories": "layer-1,bitcoin-ecosystem,pow",
"blockchains": [
{
"type": "layer1",
"network": "bitcoin",
"address": null,
"decimals": null
}
],
"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": 7403,
"generated": 1758826400
},
"data": [
{
"id": 1,
"symbol": "BTC",
"name": "Bitcoin",
"price": 109551.15591819027,
"price_btc": 1,
"volume_24h": 68911022400.55803,
"volatility": 0.0088,
"circulating_supply": 19926093,
"max_supply": 21000000,
"percent_change_1h": 0.33738312,
"percent_change_24h": -3.57701211,
"percent_change_7d": -7.0727054,
"market_cap": 2182926521083.36,
"market_cap_rank": 1,
"interactions_24h": 77182375,
"social_volume_24h": 126645,
"social_dominance": 15.125872772831833,
"market_dominance": 58.70197381181777,
"market_dominance_prev": 55.660727731697776,
"galaxy_score": 53.7,
"galaxy_score_previous": 65,
"alt_rank": 100,
"alt_rank_previous": 85,
"sentiment": 78,
"categories": "layer-1,bitcoin-ecosystem,pow",
"blockchains": [
{
"type": "layer1",
"network": "bitcoin",
"address": null,
"decimals": null
}
],
"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": 2245,
"generated": 1758826407
},
"data": [
{
"id": 9350,
"symbol": "SUM",
"name": "Summit Materials, Inc. Class A Common Stock",
"price": 0,
"volume_24h": 0,
"percent_change_24h": 0,
"market_cap": 0,
"market_cap_rank": 1,
"interactions_24h": 65,
"social_volume_24h": 11,
"social_dominance": 0.0014900585999409396,
"market_dominance": null,
"market_dominance_prev": null,
"galaxy_score": 20.8,
"galaxy_score_previous": 37,
"alt_rank": 1019,
"alt_rank_previous": 1130,
"sentiment": 100,
"categories": "basic-materials",
"topic": "sum summit materials inc class a common stock",
"logo": "https://cdn.lunarcrush.com/stocks/sum.png"
}
]
}
Schema: