get_pool_trades
Retrieve recent trades for a specific DeFi pool by specifying the network and pool address. Optionally filter trades by minimum USD volume to focus on significant transactions.
Instructions
Get recent trades for a specific pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
network | Yes | Network ID (e.g., 'eth', 'bsc', 'polygon_pos') | |
poolAddress | Yes | Pool contract address | |
trade_volume_in_usd_greater_than | No | Filter trades with volume greater than this USD amount (optional) |