Skip to main content
GET
/
coins
/
{coinId}
/
charts
Get historical chart data for a specific cryptocurrency using coinId.
curl --request GET \
  --url https://openapiv1.coinstats.app/coins/{coinId}/charts \
  --header 'X-API-KEY: <api-key>'
[
  [
    123
  ]
]
3 credits per request

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Path Parameters

coinId
string
required

The identifier of coin, which you received from /coins call response.

Query Parameters

period
enum<string>
required

Time period for the chart data

Available options:
all,
24h,
1w,
1m,
3m,
6m,
1y
Example:

"24h"

Response

Get Historical global avg price chart.