v1
latestOpenAPI 3.1.02026-07-2410781551.8 KBOHLCV V3
Retrieve candlestick data in OHLCV format of a specified token. Maximum 5000 records. Compared to v1: Added 1s, 15s, and 30s intervals and no candle padding
Query parameters
The address of the token contract.
OHLCV V3 time frame.
Currency in which OHLCV data is presented. Choose between usd or native token.
Specify the start time using unix timestamps in seconds
Specify the end time using unix timestamps in seconds
Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana
Select either range (time range) or count (number of candles). If mode is count, time_from and time_to params must exist but not both. Default: range
Specify the maximum candles returned. Only used with mode "count". Default: 5000
Indicate whether to use padding on empty candles. Default: false
Indicate whether to allow outliers exist in the results. Default: true
Headers
Solana, Base, BSC, Ethereum, Monad, Fogo, Mantle, Hyperevm, Megaeth, Robinhood network .
Response
JSON object containing list of ohlcv data of a token