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

Colorado Rapids Colorado Rapids Top Creators

Creator Rank Followers Posts Engagements
@coloradorapids X 58.5K XX 32.4K
@coloradorapids X 15K XX 12.8K
@DNVR_Rapids X 1765 XX 5085
@AltitudeSR X 24K X 4825
@SJEarthquakes X 276.4K X 1288
@theduanebrown X 1162 X 1168
@coreyasmr X 1.7M X 1024
@coreyasmr X 787K X XXX
@ale_yadiel303 X XXX X XXX
@ColoradoRapids XX 125.2K XX XXX
@mls XX 2M XX XXX
@CBsLeftFoot XX XX X XXX
@Burgundywave XX 3775 XX XXX
@boxstatefooty XX XXX X XXX
@LosRapids96 XX XXX XX XXX
@Rapids_2 XX 2029 X XXX
@wednesdayaddamx XX 2574 XX XX
@DynamoHistory XX XXX X XX
@elilessertv XX 24.2K X XX
@elitegoalhorns XX 37.6K X XX
@espnfc XX 4.8M X XX
@matzac03 XX XXX X XX
@MileHighCape XX 1175 X XX
@5280Keith XX 1316 X XX
@joser10s XX XXX X X
@kidrapid96 XX XX X X
@ATLUTD XX 986.4K X X
@BraidonNourse XX 1087 X X
@wednesdayaddamx XX XXX 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/1956414642370015232/GEq5Z9jN_200x200.png",
      "creator_followers": 208065784,
      "creator_posts": 1946,
      "creator_rank": 1,
      "interactions_24h": 303150257
    }
  ]
}

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": 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:


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": 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:


Stocks List v2

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: