find_pools
Find DeFi liquidity pools on Sui by token pair, searching Cetus, DeepBook, and Turbos. Enter two tokens to locate matching pools and retrieve their pool IDs.
Instructions
Find DeFi liquidity pools by token pair. Searches Cetus, DeepBook, and Turbos for pools matching the given tokens. Use get_pool_stats on a returned pool_id for detailed stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Which Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet). | |
| token_a | Yes | First token: symbol (e.g. 'SUI') or full coin type | |
| token_b | Yes | Second token: symbol (e.g. 'USDC') or full coin type | |
| protocol | No | Filter by protocol: 'cetus', 'deepbook', or 'turbos'. Searches all if omitted. |