getPoolTransactions
Retrieve recent transactions for a specific liquidity pool, including swaps, adds, and removes. Input network and pool address for detailed activity insights.
Instructions
Get recent transactions for a specific pool. Shows swaps, adds, removes. Requires network and pool address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Transaction ID used for cursor-based pagination | |
limit | No | Number of items per page (max 100) | |
network | Yes | Network ID from getNetworks (e.g., "ethereum", "solana") | |
page | No | Page number for pagination (up to 100 pages) | |
poolAddress | Yes | Pool address or identifier |