find_pool
Retrieve Uniswap pools for any token pair, ranked by trading volume. Accepts symbols or addresses.
Instructions
Find the Uniswap pool(s) for a token pair (either order), ranked by volume. Accepts symbols or addresses for each token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain: ethereum, arbitrum, base, polygon, optimism, or bsc (aliases like eth/arb/matic/bnb are accepted) | |
| tokenA | Yes | ||
| tokenB | Yes | ||
| version | No | Uniswap version: v2, v3, or v4. Omit to use the highest-volume version on that chain. |