get_v3_reserves
Retrieve Uniswap V3 pool reserves for any token pair. Specify token addresses or symbols and optional fee tier to get current on-chain balances.
Instructions
Reads the on-chain reserves (pool token balances) of Uniswap V3 pool(s).
token_a/token_b are mainnet ERC20 contract addresses or known symbols.
fee is the fee tier in hundredths of a bip (e.g. 3000 = 0.3%); if
omitted, all standard fee tiers (100, 500, 3000, 10000) are checked and
every pool that exists is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | ||
| token_a | Yes | ||
| token_b | Yes |