post
https://public-api.birdeye.so/defi/v3/all-time/trades/multiple
Get all time trades or follow duration transactions for multiple tokens. Max to 20 tokens
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Long-range trading activity for many tokens in one request.
- Maximum batch size is
20token addresses. - Use the same
time_frameacross the whole batch so tokens remain comparable. ui_amount_mode=scaledapplies Solana Token-2022 scaled UI amount when supported.
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- Batch CU is calculated as
ceil(15 * token_count^0.8). - With the maximum
20tokens per request, this tops out at165 CU.
Use Cases 💡
- Rank many tokens by long-range trading activity in one request.
- Build comparison tables, scanners, and portfolio research boards.
- Feed token screening logic with consistent all-time or duration-bounded trade metrics.
How to Use 🛠️
- Set
x-chainfor the target network. - Send up to
20token addresses in the request body. - Choose one shared
time_framefor the batch.
Best Practices ✅
- Deduplicate token addresses before sending the batch.
- Keep the batch focused on tokens you truly want to compare under the same horizon.
- Use the single endpoint when one token needs deeper explanation or page-level detail.
