get deprecated
https://public-api.birdeye.so/defi/ohlcv
Retrieve candlestick data in OHLCV format of a specified token. Maximum 1000 records.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Legacy token OHLCV candles.
- Request one token address plus
time_from,time_to, and candletype. - This endpoint returns open, high, low, close, and volume buckets for charting and historical analysis.
- Use the legacy OHLCV endpoint when the standard interval set is enough and you do not need V3-only options like second-level intervals or count mode.
- Prefer V3 OHLCV when you need
1s,15s,30s,count_limit,padding,outlier, orinversion.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
35 CUper request.
Use Cases 💡
- Render classic candlestick charts for token detail pages and trading dashboards.
- Backtest price action with volume-aware buckets over fixed historical windows.
- Compare regime shifts before and after launches, liquidity adds, or large wallet activity.
- Feed technical-analysis indicators that rely on candle structure rather than spot price alone.
How to Use 🛠️
- Set
x-chainfor the target network. - Pass the token address in
address. - Define the candle window with
time_fromandtime_to. - Choose
typefrom the supported legacy intervals such as1m,5m,1H,1D,1W, or1M.
Best Practices ✅
- Pick the coarsest interval that still answers the question to keep charts lighter and easier to scan.
- Keep chart timezone and bucket labels consistent with your other historical endpoints.
- Move to
OHLCV V3when you need finer launch-time analysis or more control over returned buckets.
