Get token price candles
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A chain name listed in supported networks
sol
, base
, bsc
, polygon
, arbitrum
, optimism
, avalanche
, ethereum
, zksync
, sui
An address of a token
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
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
Number of results per page
100
The response is of type object[]
.