get_account_trc20_balances
Retrieve all TRC20 token balances for a TRON account, returning contract addresses and raw amounts from TronGrid data.
Instructions
Get all TRC20 token balances for an account from TronGrid indexed data. Returns only token contract addresses and raw balances — does NOT include token metadata (name, symbol, decimals). Use get_token_balance for detailed info on a specific token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Account address (base58 T-address or hex 41-prefixed) | |
| network | No | Network name. Defaults to mainnet. | |
| onlyConfirmed | No | Only return confirmed data |