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.
🔗 Related Endpoints