DEX platform and network information.
CoinMarketCap ID Map
Returns a list of all networks to unique CoinMarketCap ids.Per our Best Practices we recommend utilizing CMC ID instead of network symbols to securely identify networks with our other endpoints and in your own application logic. Each network returned includes typical identifiers such as name, symbol, and token_address for flexible mapping to id.
query Parameters
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
sortDefault:"id"
Valid values: "id" "name"
What field to sort the list of networks by.
sort_dirDefault:"desc"
Valid values: "desc" "asc"
The direction in which to order networks against the specified sort.
auxDefault:""
Valid values: "alternativeName" "cryptocurrencyId" "cryptocurrenySlug" "wrappedTokenId" "wrappedTokenSlug" "tokenExplorerUrl" "poolExplorerUrl" "transactionHashUrl"
Optionally specify a comma-separated list of supplemental data fields to return.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
CoinMarketCap ID Map › Responses
OK