get_pool_reserves
Fetch current liquidity pool reserves for any token pair. Provide token addresses, network, and optional DEX to obtain reserve amounts.
Instructions
Get the reserves in a liquidity pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dex | No | Specific DEX | |
| tokenA | Yes | First token address | |
| tokenB | Yes | Second token address | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |