get https://public-api.birdeye.so/defi/txs/pair
Retrieve a list of trades of a specified pair.
offset
+limit
must be ≤ 50,000- Use offset in combination with limit to paginate through results
- Use
sort_type
=desc
to get the most recent transactions first - Keep limit low for faster response times
- Can use
tx_type
=add
orremove
to inspect liquidity actions
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.