get
https://public-api.birdeye.so/defi/txs/token
Retrieve a list of trades of a specified token.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Legacy trade list for one token.
- Pass the token address in
address. limitsupports1to50items per request, andoffsetsupports up to50,000.tx_typedefaults toswapand can also be used to inspect liquidity actions such asaddandremove.ui_amount_modecontrols Solana Token-2022 scaled amounts; on non-Solana chains it is normalized toscaled.- Use descending sort when you want the most recent trades first.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
10 CUper request.
Use Cases 💡
- View the latest on-chain trades for a specific token.
- Great for tracking whale activity, token movements, or suspicious patterns.
- Show the latest on-chain trades for a token on a detail page or monitoring dashboard.
- Inspect swaps and liquidity actions around launches, pumps, or distribution events.
- Build compact trade tapes without the heavier V3 filtering model.
- Join recent trades with price and holder data for quick market context.
How to Use 🛠️
- Set
x-chainfor the target network. - Pass the token address in
address. - Page with
offsetandlimit, keepinglimitat50or below. - Use
tx_typeto focus on swaps or liquidity actions.
Best Practices ✅
- Use descending sort when the UI is meant to show the newest activity first.
- Keep pagination windows small on very active tokens so refreshes stay responsive.
- Move to
Trades - Token (V3)when you need owner, source, pool, or block-range filters.
