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
- Provider
- Onchain DEX API (Demo)
- Input summary
- {"name":"id","type":"string","required":true,"description":"asset platform ID \n *refers to [`/asset_platforms`](/v3.0.1/reference/asset-platforms-list)."}, {"name":"contract_address","type":"string","required":true,"description":"the contract address of token"}, {"name":"vs_currency","type":"string","required":true,"description":"target currency of market data \n *refers to [`/simple/supported_vs_currencies`](/v3.0.1/reference/simple-supported-currencies)."}, {"name":"days","type":"string","required":true,"description":"data up to number of days ago \n You may use any integer for number of days"}, {"name":"interval","type":"string","required":false,"description":"data interval, leave empty for auto granularity Possible value: daily","enum":["daily"]}, {"name":"precision","type":"string","required":false,"description":"decimal place for currency price value","enum":["full","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18"]}
- Output summary
- Not available
- Billing
- 2
- Freshness
- Not available
- Verification
- Not available