get_balance
Read the balance of any wallet address on EVM, Solana, or Bitcoin chains. Supports native coins and tokens with optional decimal formatting.
Instructions
Read a wallet/address balance from the live chain (read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Which chain family to act on. | evm |
| token | No | Optional token/mint address; omit for the native coin. | |
| address | Yes | Address to read the balance of. | |
| testnet | No | ||
| decimals | No | Token decimals for formatting. |