This endpoint allows you to get the historical chart data within certain time range in UNIX along with price, market cap and 24hr volume based on asset platform and particular token contract address
/coins/list
endpoint (include platform = true
).asset platform ID
*refers to /asset_platforms
"ethereum"
the contract address of token
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
target currency of market data
*refers to /simple/supported_vs_currencies
.
"usd"
starting date in UNIX timestamp
"1711929600"
ending date in UNIX timestamp
"1712275200"
decimal place for currency price value
full
, 0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
, 15
, 16
, 17
, 18
Get historical market data include price, market cap, and 24hr volume
The response is of type object
.