Docs/Pair / Pool/Pair OHLCV

Pair OHLCV

GET/v1/pair/{address}/ohlcvPublic

OHLCV candles for ONE pool, aggregated on the fly from the pool's swaps (Birdeye /ohlcv/pair).

Unlike token OHLCV, this does NOT drop satellite-pool trades — it's the pool's own view, so a small pool still charts its real activity.

Path parameters

FieldTypeDescription
addressrequiredstringPool / market address.

Query parameters

FieldTypeDescription
intervaloptionalstringCandle interval (see Intervals & candles). default 1m
fromoptionalnumber (unix s)Window start (default: 30 days ago).
tooptionalnumber (unix s)Window end (default: now).
limitoptionalnumberMax candles (≤1000), newest last. default 500
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
data[].tnumberCandle open time (unix seconds).
data[].o/h/l/cstringOpen, high, low, close (USD).
data[].vstringUSD volume in the bucket.
data[].tradesnumberSwap count in the bucket.