Processor Get wallet balance

This processor allows you to retrieve the balance of a wallet and supports EVM chains, Solana, Sui, and Aptos.

circle-info

Note that the processor returns the balance after adjusting for decimals. For example, if your wallet contains 10 WETH, the result will be displayed as 10

Configuration meanings:

Field name
Required?
Detail

Variable name for storing result

Yes

This processor will return the token balance in your wallet. Choose a variable name to store this result. For example: WALLET_BALANCE

Wallet address

Yes

The wallet address you want to check the balance for

Chain

Yes

The blockchain network where you want to check the balance

Node endpoint group

Yes

Select the node provider to interact with the blockchain

Token address

Yes

Supports checking the balance of native tokens, NFTs, and ERC20 tokens on EVM chains, as well as tokens on Solana and coins on Aptos and Sui

Retrieve the wallet balance on an EVM chain

For example, retrieving the DEGENarrow-up-right token balance of Vitalik’sarrow-up-right wallet

Retrieve the wallet balance on Solana

For example, retrieving the USDCarrow-up-right balance in your wallet

Retrieve the wallet balance on Aptos

For example, retrieving the USDTarrow-up-right balance in your wallet

Retrieve the wallet balance on Sui

For example, retrieving the HIPPOarrow-up-right balance in your walle

Last updated