Get jetton OHLCV candlestick data
Jettons
Get jetton OHLCV candlestick data
Returns up to limit most recent non-empty OHLC candles of the requested
interval grain. Window is automatically widened: provider over-fetches,
filters empty candles (zero volume and flat OHLC), retries once if not
enough candles collected. Returns fewer than limit only if data is
genuinely scarce.
GET
Get jetton OHLCV candlestick data
Authorizations
Path Parameters
The jetton master address
Query Parameters
Candle grain (size of one candle)
Available options:
1m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 1d, 24h, 1w, 7d Desired number of non-empty candles (default 70, max 1000)
Required range:
1 <= x <= 1000Upper bound timestamp (exclusive), default now
Currency for OHLC values
Available options:
usd, ton Response
OHLCV data
Array of OHLC candles sorted by time ascending