/coinmarketcap/coins/chart
CoinMarketCap
/coinmarketcap/coins/chart
Get the historical price, volume and market cap series for a cryptocurrency
Price: 5 credits
💡 AI Hint: Get the historical market chart for a cryptocurrency by its CoinMarketCap slug (e.g. ‘bitcoin’) or numeric id (e.g. ‘1’) over a chosen time range. Returns a time-ordered series of points, each with a unix timestamp, price, trading volume and market cap.
⚠️ Common errors: 412: Coin not found
POST
/coinmarketcap/coins/chart
Authorizations
API token from the dashboard
Headers
Body
application/json
Coin CoinMarketCap slug (e.g. 'bitcoin') or numeric id (e.g. '1')
Minimum string length:
1Example:
"bitcoin"
Time range of the price history series
Available options:
1D, 7D, 1M, 3M, 1Y, YTD, ALL Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500