get
https://public-api.birdeye.so/defi/v3/token/txs
Retrieve a list of trades with various filters of a specified token.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Filtered V3 trade feed for one token.
- Pass the token address in
address. limitsupports1to100items per request, andoffset + limitmust stay within10,000.tx_typesupports side-aware values such asswap,buy,sell,add,remove, andall.- Only one range model is allowed per request: block-time filters or block-number filters.
- If
before_timeis provided,after_timeis also required, and the block-time window cannot exceed 30 days. - If only
after_timeis provided with noowner, it must still be within the last 30 days. - If
before_block_numberis provided,after_block_numberis also required, and block-number range cannot exceed500,000blocks. - On Solana, results may include
signers, andsourcefiltering is supported only on Solana.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
15 CUper request.
Use Cases 💡
- Track the latest DEX trades for a specific token across all supported DEXes.
- Ideal for analyzing token activity, trading momentum, or unusual volume spikes.
- View the latest on-chain trades for a specific token.
- Great for tracking whale activity, token movements, or suspicious patterns.
- Analyze one token's raw trade flow with richer filtering than the legacy endpoint.
- Separate buys, sells, swaps, and liquidity actions around a token event.
- Investigate which wallets, pools, or venues were responsible for a move.
- Feed token-detail pages, bots, and research pipelines with a structured V3 trade stream.
How to Use 🛠️
- Set
x-chainfor the target network and pass the token address inaddress. - Filter by
tx_type,owner,pool_id, and optionallysourceon Solana. - Use either time range or block-number range filters, not both.
- Keep
offset + limit <= 10000.
Best Practices ✅
- Start with token V3 when you need explainability around who traded and where, not just that trades happened.
- Use side-aware
buyandsellfilters to build cleaner flow analytics than swap-only views. - Join this feed with holder, wallet, and price endpoints to turn raw prints into attribution.
