Coin Historical Chart
Historical
Coin Historical Chart
Price, market cap and volume history for one coin over a trailing window of days.
GET
Coin Historical Chart
Historical series for one coin over a trailing window set by
days, returned as three parallel arrays: prices, market_caps and total_volumes. Each entry is a two-element pair of timestamp and value, and the timestamp is in milliseconds. Granularity follows days automatically, or force it with interval (daily or hourly). Use it to chart a trend ending now. For an explicit start and end use get_coingecko_coins_id_market_chart_range; for candlesticks use get_coingecko_coins_id_ohlc; for one specific past day use get_coingecko_coins_id_history.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
CoinGecko coin ID (e.g., bitcoin, ethereum). Get the list via /coins/list.
Query Parameters
Target currency for price (e.g., usd, eur, btc). See /simple/supported_vs_currencies.
Data up to N days ago. Accepts 1, 7, 14, 30, 90, 180, 365, or max.
Data interval. CoinGecko supports daily; hourly is also available for supported ranges.
Available options:
daily, hourly full or a value from 0 to 18 to specify decimal places for currency price values.