[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.]

API3 API3 Top Creators

Creator Rank Followers Posts Engagements
@aicryptopattern X 5637 X XX
@WHALES_CRYPTOt X XXX X XX
@Cryptoopinion01 X XX X XX
@Finora_EN X 5390 X XX
@Crypto_guy000 X XXX X XX
@CoinBubbles_App X XXX X XX
@jiearing11526 X XXX X X
@LolaHamlet X XX X X
@cexscan X 6517 X X

Creators List

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:


Categories List

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:


Coins List v2

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:


Coins List

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: