get_lp_balance
Retrieve LP token balance for a trading pair on any EVM network, specifying token addresses and wallet address. Supports multiple DEXs and networks with BSC default.
Instructions
Get LP token balance for a trading pair
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dex | No | Specific DEX | |
| tokenA | Yes | First token address | |
| tokenB | Yes | Second token address | |
| address | Yes | Address to check balance for | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |