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.