Token - Candles
Get token price candles
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A chain name listed in supported networks
sol
, base
An address of a token
"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
1s
, 15s
, 30s
, 1m
, 5m
, 15m
, 1h
, 4h
, 12h
, 1d
Start timestamp (Unix epoch in milliseconds)
1741647950000
End timestamp (Unix epoch in milliseconds)
1741700970000
Response
Opening price
"50.5"
Closing price
"51.2"
Highest price
"51.8"
Lowest price
"50.1"
Trading volume
"1000000"
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
1s
, 15s
, 30s
, 1m
, 5m
, 15m
, 1h
, 4h
, 12h
, 1d
"1h"
Candle timestamp (Unix epoch in milliseconds)
1709251200000
Was this page helpful?