get_token_balance
Retrieve the balance of any ERC20 or TRC20 token for your wallet or a specified owner, with optional decimal override and multi-network support.
Instructions
Get ERC20/TRC20 token balance for the configured wallet or a specified owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token contract address | |
| owner | No | Optional owner address; defaults to configured wallet | |
| decimals | No | Optional token decimals override | |
| network | No | Target network. Default: tron |