get_token_balance
Retrieve the TRC20 token balance for a wallet address on the TRON blockchain. Provide the token contract address to check current holdings.
Instructions
Get the TRC20 token balance for an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet address | |
| network | No | Network name. Defaults to mainnet. | |
| tokenAddress | Yes | The TRC20 token contract address |