API Reference

Retrieve coins historical data including price, market cap, and trading volume. Day, Hour, and Minute data is supported.

Log in to see full request history

🪣 Call credit usage for this endpoint: 1 credit per 300 data points

With this endpoint, you will be able to get the historical data of any coins/tokens. Historical data includes

  • price
  • market cap
  • 24-hour spot trading volume

The para and response are as follows

variablestypedescription
idstringA unique ID to identify different coins/protocols. You can find the list of ids in Retrieve coins list
intervalstringday for daily data
hour for hourly data
minutefor minute-ly data
Can be left blank and day will be the default.
lengthstringThis para decides how many data points you will get in the response, and different lengths are supported for different intervals.
For day, any number between1 - 365, -1 stands for the max length, and 90 is the default if left blank.
For hour, any number between 1 - 8784, 24 in the default if left blank.
For minute, any number between 1 - 10080, 60 is the default if left blank.
vs_currencystringusd in default.
Path Params
string
required

id of coins; e.g. bitcoin

Query Params
string

minute, hour, day day in default

integer

minute: 1-10080(60 in default) hour: 1-8784(24 in default) day: 1-365,-1 stands for max (90 in default)

string

usd in default

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json