get_uniswap_pool_price
Retrieve the current token price from a Uniswap V3 pool by passing its address and network. Works across popular EVM chains for quick price lookups.
Instructions
Get current price from a Uniswap V3 pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| poolAddress | Yes | Uniswap V3 pool address | |
| token0Decimals | No | Decimals of token0 (default: 18) | |
| token1Decimals | No | Decimals of token1 (default: 18) |