Skip to main content

Price & OHLCV

The Price & OHLCV group covers real-time prices, batch price lookups, historical prices, candlestick data, price-volume snapshots, and liquidity time series. It is the core market-data layer when you need:
  • latest token prices
  • multi-token pricing
  • historical price lookups
  • OHLCV candles for tokens, pairs, or base/quote markets
  • compact price-plus-volume snapshots
  • liquidity history and liquidity OHLC data

Which endpoint should I use?

Notes

  • Use Price or Price - Multiple for lightweight real-time pricing.
  • Use Price - Historical when you need a time series, and Historical by unix time when you need one exact checkpoint.
  • Prefer V3 OHLCV endpoints when you need finer intervals like 1s, 15s, or 30s, or when you do not want padded empty candles.
  • Use Price Volume endpoints when a compact price-plus-volume snapshot is enough and you do not need full OHLCV candles.
  • Liquidity history and liquidity OHLC endpoints are separate from price candles and are most useful for execution-quality, market-depth, and LP analytics.
  • Batch limits, interval support, and retention windows differ by endpoint, so check each page’s Usage Note before building charting or backfill workflows.

Typical workflow

  1. Start with Price or Price - Multiple for the latest spot price.
  2. Move to Price - Historical or OHLCV when you need charting or backtesting data.
  3. Use Price Volume for lightweight market boards and watchlists.
  4. Add liquidity history or liquidity OHLC when market depth matters as much as price.