Coin Historical Data
Historical
Coin Historical Data
A one-day snapshot of a coin’s price, market cap and volume for a specific calendar date.
GET
Coin Historical Data
A snapshot of one coin on a single calendar day.
date is required and must be formatted dd-mm-yyyy (day, month, four-digit year). Returns market_data holding current_price, market_cap and total_volume as of that day, alongside community_data, developer_data and public_interest_stats. Use it for one fixed point in time. For a continuous series use get_coingecko_coins_id_market_chart for a trailing window, or get_coingecko_coins_id_market_chart_range for an explicit one.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.
Response
Snapshot object for the given date.
The response is of type object.