Get Wallet Balance (Native) logo

Catalog action EVM Onchain

Check a wallet's native token balance (ETH, MATIC, BNB, AVAX, etc.). Returns both the raw amount and a human-readable value. Works on any EVM chain.

At a Glance

FieldValue
Action IDget-native-balance
CategoryEVM Onchain
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsblockchain, evm, native, balance, query, read, eth, matic, wallet, gas

Payload Schema

FieldTypeRequiredDescription
accountAddressstringYesAddress to check balance for
chainIdnumberYesChain ID (1=Ethereum, 137=Polygon, 56=BSC, 8453=Base, etc.)

Result Schema

FieldTypeRequiredDescription
balancestringYesBalance in wei
formattedBalancestringYesHuman-readable balance in native units (ETH, MATIC, etc.)
accountAddressstringNo-
chainIdnumberNo-
symbolstringNoNative token symbol (ETH, MATIC, BNB, etc.)
blockNumbernumberNo-

Examples

json
{ "type": "get-native-balance", "payload": { "accountAddress": "0x0000000000000000000000000000000000000000", "chainId": 8453 }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I