3 credits per request
Multipliers
Multipliers
In Query field “coinIds”: credits are multiplied by the number of values.
You will get
You will get
- Historical price data
- Values in USD, BTC, ETH
Authorizations
API key needed to access the endpoints. Example: 'demo-api-key'
Query Parameters
Time period for the chart data.
Available options:
all
, 24h
, 1w
, 1m
, 3m
, 6m
, 1y
Example:
"24h"
Comma-separated list of coin identifiers to fetch chart data for
Example:
"bitcoin,ethereum,dogecoin"
Response
Get Historical global avg price charts for multiple coins.
Unique identifier of the cryptocurrency
Example:
"bitcoin"
Array of historical price data points. Each data point is an array containing:
- TIMESTAMP - Unix timestamp in seconds
- USD - Price in USD
- BTC - Price in Bitcoin
- ETH - Price in Ethereum
Example:
[
[1438905600, 2.83162, 0.0101411, 1],
[1438992000, 2.7976, 0.0100039, 1],
[1439078400, 2.8091, 0.0102231, 1]
]
Error message if data fetching failed for this specific coin. This allows partial success responses where some coins data is available while others failed.
Example:
"ERR_COIN_CHART_NOT_FOUND"