dex_get_pool_transactions
Retrieve recent transactions for any liquidity pool, including swaps, adds, and removes, by specifying network and pool address. Supports pagination for extended history.
Instructions
Get recent transactions for a liquidity pool including swaps, adds, and removes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (up to 100 pages) | |
| limit | No | Results per page (max 100) | |
| cursor | No | Transaction ID for cursor-based pagination | |
| network | Yes | Network ID (e.g., 'ethereum') | |
| poolAddress | Yes | Pool contract address |