CoinMarketCap market indices. This category includes 4 endpoints:
- /v3/index/cmc100-latest - CoinMarketCap 100 Index Latest
- /v3/index/cmc100-historical - CoinMarketCap 100 Index Historical
- /v3/index/cmc20-latest - CoinMarketCap 20 Index Latest
- /v3/index/cmc20-historical - CoinMarketCap 20 Index Historical
CoinMarketCap 100 Index Historical
Returns an interval of historic CoinMarketCap 100 Index values based on the interval parameter.
This endpoint is available on the following API plans:
- Basic
- Startup
- Hobbyist
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 5 minutes.
Plan credit use: 1 API call credit per request no matter query size.
CMC equivalent pages: Our CoinMarketCap 100 Index on https://coinmarketcap.com/charts/cmc100/.
query Parameters
time_startTimestamp (Unix or ISO 8601) to start returning CoinMarketCap 100 Index data for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end".
time_endTimestamp (Unix or ISO 8601) to stop returning CoinMarketCap 100 Index data for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time.
countThe number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 5 items. If "time_start" and "time_end" are supplied, the query limit is 10 and the count starts from "time_start".
intervalOptionally adjust the interval of data returned.Valid values:"5m","15m","daily".
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
CoinMarketCap 100 Index Historical › Responses
Succeeded response
CoinMarketCap 100 Index Latest
Returns the lastest CoinMarketCap 100 Index value, constituents, and constituent weights.
This endpoint is available on the following API plans:
- Basic
- Startup
- Hobbyist
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 5 minutes.
Plan credit use: 1 call credit per API call.
CMC equivalent pages: Our CoinMarketCap 100 Index on https://coinmarketcap.com/charts/cmc100/.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
CoinMarketCap 100 Index Latest › Responses
Succeeded response
The latest CoinMarketCap 100 Index value is returned in this object.
CoinMarketCap 20 Index Historical
Returns an interval of historic CoinMarketCap 20 Index values based on the interval parameter.
This endpoint is available on the following API plans:
- Basic
- Startup
- Hobbyist
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 5 minutes.
Plan credit use: 1 API call credit per request no matter query size.
CMC equivalent pages: Our CoinMarketCap 20 Index on https://coinmarketcap.com/charts/cmc20/.
query Parameters
time_startTimestamp (Unix or ISO 8601) to start returning CoinMarketCap 20 Index data for. Optional, if not passed, we'll return quotes calculated in reverse from "time_end".
time_endTimestamp (Unix or ISO 8601) to stop returning CoinMarketCap 20 Index data for (inclusive). Optional, if not passed, we'll default to the current time. If no "time_start" is passed, we return quotes in reverse order starting from this time.
countThe number of interval periods to return results for. Optional, required if both "time_start" and "time_end" aren't supplied. The default is 5 items. If "time_start" and "time_end" are supplied, the query limit is 10 and the count starts from "time_start".
intervalOptionally adjust the interval of data returned.Valid values:"5m","15m","daily".
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
CoinMarketCap 20 Index Historical › Responses
Succeeded response
CoinMarketCap 20 Index Latest
Returns the lastest CoinMarketCap 20 Index value, constituents, and constituent weights.
This endpoint is available on the following API plans:
- Basic
- Startup
- Hobbyist
- Standard
- Professional
- Enterprise
Cache / Update frequency: Every 5 minutes.
Plan credit use: 1 call credit per API call.
CMC equivalent pages: Our CoinMarketCap 20 Index on https://coinmarketcap.com/charts/cmc20/.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
CoinMarketCap 20 Index Latest › Responses
Succeeded response
The latest CoinMarketCap 20 Index value is returned in this object.