post
https://public-api.birdeye.so/defi/v3/liquidity/latest/token
Retrieve the latest total, exit, and stable liquidity with the latest price for Solana token addresses. Lite packages can request one address. Starter and higher packages can request up to 100 addresses.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Latest liquidity snapshot for one or many Solana tokens.
- Send token mints in the POST body under
addresses. - The request accepts
1to100addresses after deduplication. - Lite plans can request only one address; multi-address requests require Starter or higher.
- This endpoint returns the latest total, exit, and stable liquidity together with the latest price context.
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- Batch CU is calculated from a base of
5 CUper token-set request and scales with batch size.
Use Cases 💡
- Fetch the newest liquidity snapshot for one or many tokens before ranking or screening them.
- Power token tables that need current liquidity alongside current price.
- Detect sudden drops in exit liquidity or stable liquidity before they show up in slower dashboards.
- Pre-check market depth quality before routing further analysis or trading actions.
How to Use 🛠️
- Set
x-chain=solana. - Send
addressesin the POST body. - Keep the body at
100addresses or fewer, and expect Lite plans to work only with a single address. - Use liquidity history or liquidity OHLC endpoints when you need a time series instead of the latest snapshot.
Best Practices ✅
- Deduplicate token mints before sending the batch so you do not waste request capacity.
- Use this endpoint as a cheap liquidity prefilter before more expensive historical analysis.
- Surface total liquidity and exit liquidity separately in UI because they answer different risk questions.
Limitations ⚠️
- Solana only.
