get https://public-api.birdeye.so/defi/txs/token
Retrieve a list of trades of a specified token.
address
is a token address.- Always use the checksum contract address on supported chains.
- Supports filtering by
tx_type
for analyzing specific actions. - Combine
offset
andlimit
for pagination over historical data. - Useful for transaction visualizations, price tracking, or DEX analytics.
- High-frequency tokens may produce many transactions per second, so plan API usage accordingly.
Ideas 💡
- View the latest on-chain trades for a specific token.
- Great for tracking whale activity, token movements, or suspicious patterns.
- Use in dashboards to show recent token trade activity in real time.
- Combine with token price and liquidity data for deeper market insights.