Coin Historical Data by ID

To query the historical data (price, market cap, 24hrs volume, etc.) at a given date for a coin based on a particular coin ID

get/coins/{id}/history

Path parameters

idstring required

Coin ID. *refers to /coins/list.

Query parameters

datestring required

The date of data snapshot. Format: YYYY-MM-DD

localizationboolean

Include all the localized languages in response. Default: true

Response

Coin historical data

idstring required

Coin ID

symbolstring required

Coin symbol

namestring required

Coin name

localizationobject

Localized coin names keyed by locale code

Changes

No recorded changes to this endpoint across all 1 revision of this API.