get
https://public-api.birdeye.so/defi/v3/token/txs-by-volume
Retrieve a list of trades with various filters of a specified token with volume (value).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Large-trade filter for one token.
- This endpoint is Solana-only.
- Pass the token mint in
token_address. limitsupports up to500items per request.volume_typelets you filter by USD value or token amount.- If
min_volumeis provided withoutmax_volume, the backend expandsmax_volumeautomatically for an open-ended upper bound.
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- CU is dynamic:
50 CUfor up to100items,80 CUfor up to200, and300 CUfor up to500.
Use Cases 💡
- Isolate larger prints to study whale behavior, distribution, or accumulation.
- Great for tracking whale activity, token movements, or suspicious patterns.
- Build large-trade monitors and alert systems for one token.
- Filter out micro-noise when only meaningful size matters for your analysis.
- Examine whether outsized volume came from one owner, one venue, or one side of the market.
How to Use 🛠️
- Set
x-chain=solana. - Pass
token_addressand choosevolume_type. - Use
min_volumeand optionalmax_volumeto define the size bucket. - Add
owner,tx_type,source, and recent time filters as needed.
Best Practices ✅
- Define separate bands for medium and very large prints so your dashboards can distinguish accumulation from exceptional blocks.
- Use USD mode when comparing across tokens and amount mode when the token quantity itself matters.
- Pair this endpoint with holder and wallet endpoints when you need to identify whether repeated large prints belong to the same actor.
Limitations ⚠️
- Solana only.
