post
https://public-api.birdeye.so/defi/price_volume/multi
Retrieve price and volume updates of multiple tokens. Maximum 50 tokens.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Batch price-plus-volume snapshots.
- This endpoint is the multi-token version of
Price Volume - Single. - Maximum batch size is
50token addresses per request. - Send the token list in the POST body using the documented request schema.
typedefaults to24hand supports shorter rolling windows for more reactive screens.
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- Batch CU is calculated from a base of
8 CUper token-set request and scales with batch size.
Use Cases 💡
- Hydrate market boards, watchlists, and comparison tables with both price and rolling volume.
- Rank many tokens by momentum without pulling full candle histories.
- Power scanners that care about price action and trading activity at the same time.
- Reduce request fan-out versus calling the single-token endpoint repeatedly.
How to Use 🛠️
- Set
x-chainfor the target network. - Send up to
50token addresses in the POST body. - Choose the rolling window in
type. - Use the single-token variant for detail pages or isolated refreshes.
Best Practices ✅
- Keep one shared timeframe per screen so all rows are comparable.
- Deduplicate addresses before batching.
- Refresh this batch on a cadence that matches the timeframe sensitivity of the screen.
