OHLCV
Pools
OHLCV
Returns OHLCV candles for a single pool over a time range
Notes
- If both
start_timeandend_timeare provided, candles are returned in the range[start_time, end_time] - If only one of
start_timeorend_timeis provided, the missing bound is inferred using the selectedtimeframe - If neither is provided, a default range is used based on
timeframe
GET
OHLCV
Documentation Index
Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Base58-encoded pool address
Query Parameters
Candle interval
Allowed values 5m 30m 1h 2h 4h 12h 24h
If omitted, the API uses 24h
Unix timestamp in seconds (inclusive)
If omitted, the API uses a default range based on timeframe
Required range:
x >= 0Unix timestamp in seconds (inclusive)
If omitted, the API uses "now" as the end
Required range:
x >= 0
