get_native_balance
Check the native token balance of any address on EVM networks like BSC, Ethereum, Base, and more. Provide the address and network to retrieve the current balance.
Instructions
Get native token balance for an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | The address to check balance for | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. |