All APIs5 shown
CoinGeckoVerified
Historical
Historical snapshots, charts, ranges, OHLC, and token chart data.
coingeckocoingeckohistoricalchartsohlc
Endpoints
GET
Coin Historical Data
/apis/v1/coingecko/coins/{id}/historyFetch a coin snapshot for a specific historical date.
GET
Coin Historical Chart
/apis/v1/coingecko/coins/{id}/market_chartGet historical prices, market caps, and volumes for a coin.
GET
Coin Market Chart Range
/apis/v1/coingecko/coins/{id}/market_chart/rangeGet market chart data between two Unix timestamps.
GET
Coin OHLC
/apis/v1/coingecko/coins/{id}/ohlcGet OHLC candle data for charting and backtesting.
GET
Coin Historical Chart by Contract
/apis/v1/coingecko/coins/{id}/contract/{contract_address}/market_chartGet token chart data by platform and contract address.