CoinMarketCapCoinMarketCap
PricingAPI StatusGet API Key

© 2026 CoinMarketCap. All rights reserved.

xgithub
  • Overview
  • API Reference
  • AI Agent Hub
  • Changelog
  • FAQ
Choose an Endpoint
Market Data
    Cryptocurrency
    Exchange
    Global Metrics
    Content
    Community
      Community Trending TokensgetCommunity Trending Topicsget
    CMC Index
    Others
DEX Data
    Token
    Platform
    Holder
    OHLCV
Utilities
    CoinMarketCap ID MapgetKey InfogetPostman Conversion v1getPrice Conversion v2get
Legacy
CoinMarketCap Cryptocurrency API Documentation
CoinMarketCap Cryptocurrency API Documentation

Community

Endpointhttps://pro-api.coinmarketcap.com
Endpoints for community data. This category includes 2 endpoints:
  • /v1/community/trending/topic - Community Trending Topics
  • /v1/community/trending/token - Community Trending Tokens

Community Trending Tokens

GET
https://pro-api.coinmarketcap.com
/v1/community/trending/token

Returns the latest trending tokens from the CMC Community.

This endpoint is available on the following API plans:

  • Standard
  • Professional
  • Enterprise

Cache / Update frequency: One Minute Plan credit use: 0 credit

Community Trending Tokens › query Parameters

limit
​integer · min: 1 · max: 5

Optionally specify the number of results to return.

Default: 5

Community Trending Tokens › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

Community Trending Tokens › Responses

Successful

​object · required

Cntent objects.

GET/v1/community/trending/token
curl --request GET \ --url https://pro-api.coinmarketcap.com/v1/community/trending/token \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
shell
Example Responses
{ "data": [ { "id": 7102, "name": "Linear Finance", "symbol": "LINA", "slug": "linear", "cmc_rank": 461, "rank": 1 }, { "id": 26265, "name": "NiHao", "symbol": "NIHAO", "slug": "nihao", "cmc_rank": 5000, "rank": 2 }, { "id": 22538, "name": "T-mac DAO", "symbol": "TMG", "slug": "t-mac-dao", "cmc_rank": 4802, "rank": 3 }, { "id": 2398, "name": "SelfKey", "symbol": "KEY", "slug": "selfkey", "cmc_rank": 753, "rank": 4 }, { "id": 3437, "name": "ABBC Coin", "symbol": "ABBC", "slug": "abbc-coin", "cmc_rank": 178, "rank": 5 } ], "status": { "timestamp": "2022-09-08T16:08:52.641Z", "error_code": "0", "error_message": "SUCCESS", "elapsed": "0", "credit_count": 0 } }
text
*/*

Community Trending Topics

GET
https://pro-api.coinmarketcap.com
/v1/community/trending/topic

Returns the latest trending topics from the CMC Community.

This endpoint is available on the following API plans:

  • Standard
  • Professional
  • Enterprise

Cache / Update frequency: One Minute Plan credit use: 0 credit

Community Trending Topics › query Parameters

limit
​integer · min: 1 · max: 5

Optionally specify the number of results to return.

Default: 5

Community Trending Topics › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

Community Trending Topics › Responses

Successful

​object · required

Cntent objects.

GET/v1/community/trending/topic
curl --request GET \ --url https://pro-api.coinmarketcap.com/v1/community/trending/topic \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
shell
Example Responses
{ "data": [ { "rank": 1, "topic": "Tether" }, { "rank": 2, "topic": "DebtCeiling" }, { "rank": 3, "topic": "HongKong" }, { "rank": 4, "topic": "AI" }, { "rank": 5, "topic": "MIEX" } ], "status": { "timestamp": "2022-09-08T16:08:52.641Z", "error_code": "0", "error_message": "SUCCESS", "elapsed": "0", "credit_count": 0 } }
text
*/*

ContentCMC Index