Additional DEX endpoints including trade data and blockchain statistics.
Statistics Latest
Returns the latest blockchain statistics data for 1 or more blockchains. Bitcoin, Litecoin, and Ethereum are currently supported. Additional blockchains will be made available on a regular basis.
This endpoint is available on the following API plans:
BasicHobbyistStartupStandardProfessional- Enterprise
Cache / Update frequency: Every 15 seconds.
Plan credit use: 1 call credit per request.
CMC equivalent pages: Our blockchain explorer pages like blockchain.coinmarketcap.com/.
query Parameters
id^\d+(?:,\d+)*$One or more comma-separated cryptocurrency CoinMarketCap IDs to return blockchain data for. Pass 1,2,1027 to request all currently supported blockchains.
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass one or more comma-separated cryptocurrency symbols. Pass BTC,LTC,ETH to request all currently supported blockchains.
slug^[0-9a-z-]+(?:,[0-9a…Alternatively pass a comma-separated list of cryptocurrency slugs. Pass bitcoin,litecoin,ethereum to request all currently supported blockchains.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Statistics Latest › Responses
Successful
A map of blockchain objects by ID, symbol, or slug (as used in query parameters).
Standardized status object for API calls.
Trades Latest
Returns up to the latest 100 trades for 1 spot pair. Use the "convert" option to return market values in multiple fiat and cryptocurrency conversions in the same call.
query Parameters
contract_addressOne or more comma-separated contract addresses.
network_idOne CoinMarketCap cryptocurrency network id.
network_slugAlternatively, one network names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens).
auxDefault:""
Valid values: "transaction_hash" "blockchain_explorer_link"
Optionally specify a comma-separated list of supplemental data fields to return.
convert_idOptionally calculate market quotes in up to 30 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency IDs. Each additional convert option beyond the first requires an additional call credit. A list of supported fiat options can be found in our API document. Each conversion is returned in its own "trade" object.
skip_invalidPass true to relax request validation rules. When requesting records on multiple spot pairs an error is returned if no match is found for 1 or more requested spot pairs. If set to true, invalid lookups will be skipped allowing valid spot pairs to still be returned.
reverse_orderPass true to invert the order of a spot pair. For example, a trading pair is set up as Token B/Token A in the contract and is commonly referred to as Token A/Token B. Using reverse_order would change the order to reflect the true Token B/Token A pairing as it exists in the pool.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Trades Latest › Responses
OK