A historical liquidity time-series API for Solana pools, converting raw on-chain pool states into OHLC data for TVL, token balances, and USD-denominated liquidity. It enables TradingView-style liquidity charting, deep liquidity analytics, pool-level liquidity provider tracking, abnormal liquidity event detection, manipulation and rug-risk surveillance, and quantitative backtesting of liquidity-driven strategies. Unlike traditional APIs limited to current snapshots or price/volume data, this dataset reveals the full historical evolution of pool liquidity structure over time, unlocking a new analytical layer for DeFi market intelligence and risk modeling. Maximum 100 records.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Historical liquidity candles for one Solana pool.
- Pass a pool address and optionally anchor the query with
time,direction, andcount. directioncontrols whether you page backward or forward from the anchor time.- Maximum
countis100records per request. - Historical liquidity data is available from January 1, 2024 onward.
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- Liquidity OHLC pair requests use dynamic CU with a
20 CUbase for the supported1mresolution path.
Use Cases 💡
- Chart how pool liquidity evolved around launches, migrations, or withdrawals.
- Detect liquidity shocks, LP exits, or abrupt depth collapses.
- Support pool-level risk dashboards and rug-surveillance workflows.
- Study whether price moves were supported by real liquidity or happened into thin books.
How to Use 🛠️
- Set
x-chain=solana. - Pass the pool address in
address. - Use
timeas the anchor point,directionto page backward or forward, andcountup to100. - Pair this endpoint with pair OHLCV when you want to compare price action and depth evolution side by side.
Best Practices ✅
- Start from the event timestamp and page outward instead of pulling random windows.
- Keep liquidity and price charts aligned to the same analysis window for easier diagnosis.
- Use this on suspicious pools first, then expand to broader monitoring if the pattern proves useful.
Limitations ⚠️
- Solana only.
