get
https://public-api.birdeye.so/defi/v3/pair/overview/multiple
Retrieve stats of multiple pairs. Maximum 20 addresses.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Batch market snapshots for multiple liquidity pairs.
- Pass pair addresses as a comma-separated list in
list_address. - Maximum batch size is 20 pair addresses per request.
- Returns pair-level stats for indexed pairs on the selected SVM chain.
- Use this endpoint when comparing or monitoring a set of known pairs.
- Business
- Enterprise
Solana, Fogo
Compute Unit ⚙️
- Batch CU is calculated as
ceil(15 * pair_count^0.8).
Use Cases 💡
- Compare liquidity, volume, and wallet activity across multiple pairs.
- Build pool watchlists and DEX analytics dashboards.
- Monitor candidate pools for listing, routing, or risk decisions.
- Score several pools for the same token to find where real activity is concentrated.
How to Use 🛠️
- Set
x-chainto a supported SVM chain. - Pass
list_addressas comma-separated pair addresses. - Use the single endpoint for pair detail pages and the multiple endpoint for dashboards or screeners.
Best Practices ✅
- Batch known pairs together when refreshing pool tables.
- Deduplicate pair addresses and keep chain selection consistent.
- Join pair overviews with token metadata to render readable base/quote context.
