top_pools
Retrieve top Uniswap pools on a chain ranked by lifetime volumeUSD, with fee tier, volume, and fees. Avoids TVL due to spam-token pricing.
Instructions
Top Uniswap pools on a chain, ranked by lifetime volumeUSD (NOT TVL — TVL is gamed by spam-token pricing). Returns pair, fee tier, volume, fees, and a TVL caveat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain: ethereum, arbitrum, base, polygon, optimism, or bsc (aliases like eth/arb/matic/bnb are accepted) | |
| first | No | How many (default 10) | |
| version | No | Uniswap version: v2, v3, or v4. Omit to use the highest-volume version on that chain. |