evm_getnativebalancesforaddresses
Retrieve native token balances (e.g., ETH) for multiple wallet addresses in a single request. Ideal for checking blockchain account balances efficiently across various EVM-compatible chains.
Instructions
Retrieve native token balances (e.g. ETH) for one or many wallet addresses in single request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chain | No | The chain to query | eth |
to_block | No | The block number on which the balances should be checked | |
wallet_addresses | Yes | The addresses to get metadata for |