API Reference
Log In
API Reference

Coin Historical Chart Data by Token Address

This endpoint allows you to get the historical chart data including time in UNIX, price, market cap and 24hr volume based on asset platform and particular token contract address

👍

Tips

  • You may obtain the asset platform and contract address via several ways:
    • refers to respective coin page and find ‘contract address’.
    • refers to /coins/list endpoint (include platform = true).
📘

Notes

  • You may leave the interval params as empty for automatic granularity:
    • 1 day from current time = 5-minutely data
    • 2 - 90 days from current time = hourly data
    • above 90 days from current time = daily data (00:00 UTC)
  • For non-Enterprise plan subscribers who would like to get hourly data, please leave the interval params empty for auto granularity.
  • The 5-minutely and hourly interval params are also exclusively available to Enterprise plan subscribers, bypassing auto-granularity:
    • interval=5m: 5-minutely historical data (responses include information from the past 10 days up until now)
    • interval=hourly: hourly historical data
(responses include information from the past 100 days, up until now)
  • Cache / Update Frequency:
    • Every 5 minutes for all the API plans.
    • The last completed UTC day (00:00) is available 35 minutes after midnight on the next UTC day (00:35). The cache will always expire at 00:40 UTC.
Path Params
string
required

asset platform ID
*refers to /asset_platforms.

string
required

the contract address of token

Query Params
string
required

target currency of market data
*refers to /simple/supported_vs_currencies.

string
required

data up to number of days ago
You may use any integer or max for number of days

string
enum

data interval, leave empty for auto granularity

Allowed:
string
enum

decimal place for currency price value

Response

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