Skip to main content
GET
Get token price history

Headers

x-api-key
string
required
Example:

"demo"

Query Parameters

chain_id
string
required

chain network id, see list of details

contract_address
string
required

The address of the token contract

Pattern: ^0[xX]{1}[a-fA-F0-9]{40}$
from_timestamp
integer
required

Inclusive start timestamp

end_timestamp
integer
required

Inclusive end timestamp, the interval should not exceed 90 days

Response

Successful Response

data
TokenPrice · object[]
required
code
integer
default:0
message
string
default:ok