Get EVM Coin Balance

The Get EVM Coin Balance node fetches the native coin balance of an EVM compatible wallet.

Inputs

  • address:

    • description: The EVM address or wallet instance for which the balance is to be fetched.

    • allowed types: EVMAddress, EVMWallet

    • default value: None

  • blockchain:

    • description: The name of the blockchain on which the balance will be fetched.

    • allowed types: BlockchainName

    • default value: None

Output

  • description: The balance of the specified address in the native blockchain token.

  • type: decimal

Tags

  • crypto

  • EVM

Last updated