Token
Token - Candles
Get token price candles
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A chain name listed in supported networks
Available options:
sol
, base
An address of a token
Example:
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Query Parameters
Time resolution for candle data. Note: 1s resolution data is only kept for the last 1 hour; 15s and 30s resolution data is kept for the last 6 hours; 1m resolution data is kept for the last 12 hours; data for other resolutions is stored permanently
Available options:
1s
, 15s
, 30s
, 1m
, 5m
, 15m
, 1h
, 4h
, 12h
, 1d
Start timestamp (Unix epoch in milliseconds)
Example:
1741647950000
End timestamp (Unix epoch in milliseconds)
Example:
1741700970000
Number of results per page
Example:
100
Response
200 - application/json
The response is of type object[]
.