get_token_balance
Fetch wallet balances for ERC-20 tokens or native coins across multiple blockchains, returning amount, symbol, decimals, and USD value.
Instructions
Fetch a wallet's balance of any ERC-20 token or the chain's native coin. Pass token: "native" for ETH (or chain-native asset) or an ERC-20 contract address. Returns amount, decimals, symbol, and USD value. For TRON, pass chain: "tron" with a base58 wallet (prefix T) and either token: "native" for TRX or a base58 TRC-20 address; returns a TronBalance (same fields, base58 token id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | ||
| token | Yes | ||
| chain | No | ethereum |