Asset
Retrieve historical data for a cryptocurrency
Fetch historical market data for a specific cryptocurrency, including price, market capitalization, and volume over a given time range.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for the asset
Example:
"bitcoin"
Query Parameters
Point-in-time interval for the data
Available options:
m1
, m5
, m15
, m30
, h1
, h2
, h6
, h12
, d1
UNIX timestamp in milliseconds for the start of the range. If provided, end
must also be provided.
UNIX timestamp in milliseconds for the end of the range. If start
is provided, end
must also be provided.