Native balance (EVM)
get_balanceCheck the native token balance of an EVM address on supported chains. Returns the balance in wei and as a decimal of the native currency.
Instructions
Native-token balance of an address on an EVM chain, returned in wei and as a decimal of the native currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | EVM chain slug from list_chains. | |
| address | Yes | 0x-prefixed EVM address. |