get
https://public-api.birdeye.so/defi/v3/liquidity/history/token
A historical liquidity time-series API for Solana tokens, returning snapshot liquidity data from the open value of each liquidity candle. Supports 1m, 4h, and 1D resolutions. Maximum 100 records.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Historical token liquidity snapshots on Solana.
- This endpoint returns snapshot liquidity values from the open of each liquidity candle rather than full OHLC candle structure.
- Supported
resolutionvalues are1m,4h, and1D. - Maximum
countis100records per request. - Historical liquidity data is available from January 1, 2024 onward.
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- CU is dynamic by resolution: base
20 CUfor1m,50 CUfor4h, and200 CUfor1D, with up to100requested records.
Use Cases 💡
- Build a clean liquidity time series without needing full OHLC candle fields.
- Track how token depth changed across launches, incentives, or LP exits.
- Support risk, treasury, and market-health dashboards focused on liquidity levels.
- Join liquidity history with price, holder, or smart-money timelines for richer narratives.
How to Use 🛠️
- Set
x-chain=solana. - Pass the token mint in
address. - Choose
resolutionand page withtime,direction, andcount. - Use the OHLC token liquidity endpoint instead when you need open/high/low/close structure, not just snapshots.
Best Practices ✅
- Prefer this endpoint over OHLC liquidity when the consumer only needs level snapshots.
- Align liquidity history windows with the same resolution used by your price or holder charts.
- Use coarser resolutions for multi-week or multi-month views to avoid over-dense series.
Limitations ⚠️
- Solana only.
