Skip to main content

Path Parameters

string
required
Token contract address.

Query Parameters

string
required
Blockchain network where the token is deployed.
string
required
Blockchain network where the token is deployed.Available values: 15s ,30s 1m , 5m ,15m 1h 12h, 1d
integer
Return data before the specified Unix timestamp. If omitted or null, the latest candlestick data is returned.Default: null

Code Examples


Response Fields

integer
Unix timestamp representing the start of the candlestick interval.
float
Token price at the beginning of the interval.
float
Highest token price during the interval.
float
Lowest token price during the interval.
float
Token price at the end of the interval.
float
Total trading volume during the interval.

Example Response

Example Response