[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.]
Gap Inc Top Creators| Creator | Rank | Followers | Posts | Engagements |
|---|---|---|---|---|
| @clintoptions | X | 20.1K | X | 2240 |
| @DragonAlerts | X | 2190 | X | XXX |
| @NewsKatseye | X | 79.3K | X | XXX |
| @salmaogs | X | 38.3K | X | XXX |
| @FL0WG0D | X | 74.6K | X | XXX |
| @cfromhertz | X | 91.6K | X | XXX |
| @ThereWas | X | 54.1K | X | XX |
| @AnthonySandford | X | 28.6K | X | XX |
| @kiantrades | X | 82.9K | X | XX |
| @1769_alex | XX | 2311 | X | XX |
| @gapinc | XX | 2200 | X | XX |
| @SteveDJacobs | XX | 7261 | X | XX |
| @One_General_4310 | XX | XX | X | XX |
| @GlamerGlam89508 | XX | XX | X | XX |
| @Trade_market120 | XX | XX | X | XX |
| @bulpro95856 | XX | XX | X | XX |
| @Fokkes87137 | XX | XX | X | XX |
| @linzy_long_hold | XX | 19.3K | X | XX |
| @Hedge_FundGirl | XX | 11.8K | X | XX |
| @pnani456 | XX | 3390 | X | XX |
| @earnings_guy | XX | 42.2K | X | X |
| @Investingcom | XX | 1.4M | X | X |
| @MarketRebels | XX | 356.7K | X | X |
| @YahooFinance | XX | 228.6M | X | X |
| @TradeWithD_ | XX | XXX | X | X |
| @JeffMacke | XX | 97.8K | X | X |
| @Trade_Pro03 | XX | XX | X | X |
| @marketrstock05 | XX | X | X | X |
| @theresa_perrin | XX | 21.3K | X | X |
| @Earnings_Time | XX | 14.4K | X | X |
| @Investwith_Matt | XX | 1167 | X | X |
| @marketsday | XX | 19.9K | X | X |
| @Amisco40300 | XX | XX | X | X |
| @Omnitrader69 | XX | 1087 | 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/1988465685639380992/PNFNFL7O_200x200.jpg",
"creator_followers": 228610965,
"creator_posts": 1752,
"creator_rank": 1,
"interactions_24h": 1984861016
}
]
}
Schema:
https://lunarcrush.com/api4/public/categories/list/v1
Get a list of trending social categories.
Example request:
curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/categories/list/v1
Example response:
{
"data": [
{
"category": "fashion brands",
"title": "Fashion Brands",
"category_rank": 13,
"category_rank_1h_previous": 12,
"category_rank_24h_previous": 12,
"num_contributors": 94047,
"social_dominance": 1.0021742257786477,
"num_posts": 149102,
"interactions_24h": 440117777
}
]
}
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": 7685,
"generated": 1764112847
},
"data": [
{
"id": 1,
"symbol": "BTC",
"name": "Bitcoin",
"price": 87684.03552460685,
"price_btc": 1,
"volume_24h": 65032706554.57,
"volatility": 0.0087,
"circulating_supply": 19953446,
"max_supply": 21000000,
"percent_change_1h": 1.037449746081,
"percent_change_24h": -1.008938050768,
"percent_change_7d": -5.544961733205,
"market_cap": 1749598667902.32,
"market_cap_rank": 1,
"interactions_24h": 116349127,
"social_volume_24h": 246960,
"social_dominance": 28.65556924747802,
"market_dominance": 57.94440917976229,
"market_dominance_prev": 57.49392585214033,
"galaxy_score": 33.5,
"galaxy_score_previous": 70,
"alt_rank": 1074,
"alt_rank_previous": 345,
"sentiment": 77,
"categories": "layer-1,bitcoin-ecosystem,pow",
"blockchains": [
{
"type": "layer1",
"network": "bitcoin",
"address": null,
"decimals": null
}
],
"percent_change_30d": -23.412596192048,
"last_updated_price": 1764112842,
"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": 7685,
"generated": 1764112848
},
"data": [
{
"id": 1,
"symbol": "BTC",
"name": "Bitcoin",
"price": 87684.03552460685,
"price_btc": 1,
"volume_24h": 65032706554.57,
"volatility": 0.0087,
"circulating_supply": 19953446,
"max_supply": 21000000,
"percent_change_1h": 1.037449746081,
"percent_change_24h": -1.008938050768,
"percent_change_7d": -5.544961733205,
"market_cap": 1749598667902.32,
"market_cap_rank": 1,
"interactions_24h": 116349127,
"social_volume_24h": 246960,
"social_dominance": 28.65556924747802,
"market_dominance": 57.94440917976229,
"market_dominance_prev": 57.49392585214033,
"galaxy_score": 33.5,
"galaxy_score_previous": 70,
"alt_rank": 1074,
"alt_rank_previous": 345,
"sentiment": 77,
"categories": "layer-1,bitcoin-ecosystem,pow",
"blockchains": [
{
"type": "layer1",
"network": "bitcoin",
"address": null,
"decimals": null
}
],
"percent_change_30d": -23.412596192048,
"last_updated_price": 1764112842,
"last_updated_price_by": "cmc_stream",
"topic": "btc bitcoin",
"logo": "https://cdn.lunarcrush.com/bitcoin.png"
}
]
}
Schema: