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
    CMC Index
    Others
DEX Data
    Token
    Platform
      Get platform listgetGet platform detailget
    Holder
    OHLCV
Utilities
    CoinMarketCap ID MapgetKey InfogetPostman Conversion v1getPrice Conversion v2get
Legacy
CoinMarketCap Cryptocurrency API Documentation
CoinMarketCap Cryptocurrency API Documentation

Platform

Endpointhttps://pro-api.coinmarketcap.com
DEX platform and network information. This category includes 2 endpoints:
  • /v1/dex/platform/list - Get Platform List
  • /v1/dex/platform/detail - Get Platform Detail

Get platform list

GET
https://pro-api.coinmarketcap.com
/v1/dex/platform/list

Get list of all supported platforms

Get platform list › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

Get platform list › Responses

200

OK

​object[]
Data Transfer Object representing a supported blockchain platform
id
​integer · int32

Unique platform ID

n
​string

Platform name

i
​string

Icon URL for the platform

uf
​string

URL format for block explorer (contract/token)

dn
​string

Number of supported DEXs on this platform

txuf
​string

URL format for viewing transactions

v
​boolean

Whether the platform is visible in the UI

p
​boolean

Whether the platform is pinned (e.g., prioritized display)

addrUrl
​string

URL format for address explorer

chId
​integer · int32

Internal chain ID

puf
​string

URL format for pool explorer

wcId
​integer · int32

Wrapped native token ID (e.g., WETH)

hl
​integer · int32

Whether the platform is highlighted

ho
​integer · int32

Display order for highlighted platforms

pltA
​string

platform acronym

cid
​integer · int32
GET/v1/dex/platform/list
curl --request GET \ --url https://pro-api.coinmarketcap.com/v1/dex/platform/list \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
shell
Example Responses
[ { "id": 14, "n": "Ethereum", "i": "https://cdn.example.com/icons/eth.png", "uf": "https://etherscan.io/token/{tokenAddress}", "dn": "12", "txuf": "https://etherscan.io/tx/{txHash}", "v": true, "p": false, "addrUrl": "https://etherscan.io/address/{address}", "chId": 1, "puf": "https://dexscan.io/pool/{poolAddress}", "wcId": 2001, "hl": 1, "ho": 3, "pltA": "ETH", "cid": 0 } ]
text
application/octet-stream

Get platform detail

GET
https://pro-api.coinmarketcap.com
/v1/dex/platform/detail

Get detailed information for a specific platform

Get platform detail › query Parameters

platformName
​string

Platform name

Get platform detail › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

Get platform detail › Responses

200

OK

Data Transfer Object representing a supported blockchain platform
id
​integer · int32

Unique platform ID

n
​string

Platform name

i
​string

Icon URL for the platform

uf
​string

URL format for block explorer (contract/token)

dn
​string

Number of supported DEXs on this platform

txuf
​string

URL format for viewing transactions

v
​boolean

Whether the platform is visible in the UI

p
​boolean

Whether the platform is pinned (e.g., prioritized display)

addrUrl
​string

URL format for address explorer

chId
​integer · int32

Internal chain ID

puf
​string

URL format for pool explorer

wcId
​integer · int32

Wrapped native token ID (e.g., WETH)

hl
​integer · int32

Whether the platform is highlighted

ho
​integer · int32

Display order for highlighted platforms

pltA
​string

platform acronym

cid
​integer · int32
GET/v1/dex/platform/detail
curl --request GET \ --url https://pro-api.coinmarketcap.com/v1/dex/platform/detail \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
shell
Example Responses
{ "id": 14, "n": "Ethereum", "i": "https://cdn.example.com/icons/eth.png", "uf": "https://etherscan.io/token/{tokenAddress}", "dn": "12", "txuf": "https://etherscan.io/tx/{txHash}", "v": true, "p": false, "addrUrl": "https://etherscan.io/address/{address}", "chId": 1, "puf": "https://dexscan.io/pool/{poolAddress}", "wcId": 2001, "hl": 1, "ho": 3, "pltA": "ETH", "cid": 0 }
text
application/octet-stream

TokenHolder