get https://services.blockpour.com/api/swaps/token/
Returns list of swaps where one of the token corresponds to the given token address or symbol
Use token addresses for production applications
Useful links
Examples
Get the last 10 USDC swaps that occurred on Ethereum network
https://services.blockpour.com/api/swaps/token/USDC?network=ethereum&limit=10
Get the largest 10 USDC swaps on Ethereum in the last 24 hours
https://services.blockpour.com/api/swaps/token/USDC?network=ethereum&sort=amount_usd&days=1&limit=10