get_pools
List PactFi AMM liquidity pools on Algorand with optional filters by token symbol, pool type, or verification status. Returns pool metadata, TVL, volume, and APR.
Instructions
List PactFi AMM liquidity pools on Algorand with optional filters. Returns pool metadata, TVL, volume, and APR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 20) | |
| symbol | No | Filter pools containing this token symbol (e.g. ALGO, USDC, goBTC) | |
| pool_type | No | Filter by pool type: CONST (constant product) or STABLE (stableswap) | |
| is_verified | No | Filter for verified pools only |