native_token_balance
Get native token balance for any EVM wallet address on supported blockchains, with optional fiat conversion and historical block height queries.
Instructions
Lightweight endpoint to just get the native token balance for an EVM address. Required: chainName (blockchain network), walletAddress (wallet address). Optional: quoteCurrency for value conversion, blockHeight for historical balance. Returns native token balance with current market value and token metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainName | Yes | The blockchain network to query (e.g., 'eth-mainnet', 'matic-mainnet', 'bsc-mainnet'). | |
| walletAddress | Yes | The wallet address to get native token balance for. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically. | |
| quoteCurrency | No | Currency to quote native token value in (e.g., 'USD', 'EUR'). If not specified, uses default quote currency. | |
| blockHeight | No | Specific block height to get historical native token balance from. |