Token API
Get token price history
Get the historical price of the specified token.
GET
/
v1
/
token
/
price
/
history
Headers
x-api-key
string
requiredQuery Parameters
chain_id
string
requiredchain network id, see list of details
contract_address
string
requiredThe address of the token contract
from_timestamp
integer
requiredInclusive start timestamp
end_timestamp
integer
requiredInclusive end timestamp, the interval should not exceed 90 days
Response
200 - application/json
data
object[]
requiredcode
integer
default: 0message
string
default: ok