pool_info
Retrieve detailed Uniswap pool stats including price, volume, fees, and liquidity reserves by providing the pool contract address and chain.
Instructions
Detailed stats for one Uniswap pool/pair by address: price, volume, fees, liquidity/reserves (TVL flagged as unreliable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool | Yes | Pool/pair contract address (0x…) | |
| chain | Yes | Chain: ethereum, arbitrum, base, polygon, optimism, or bsc (aliases like eth/arb/matic/bnb are accepted) | |
| version | No | Uniswap version: v2, v3, or v4. Omit to use the highest-volume version on that chain. |