Get Balance of a Token
Check the balance of a token in the given wallet
Parameters
Parameter name
Type
Description
Token Address
Text
Token smart contract address. If you want to check the chain native token (like ETH for Ethereum mainnet) leave this field empty.
Wallet address
Text
Wallet address to check the balance for. It can be any wallet address not necessarily the connected wallet.
Events
Event name
Description
Get Balance - Done
The result will be available only after this event triggers
States
State name
Type
Description
Balance of Token
Number
Balance of token on given wallet (rounded to 6 decimals)
Balance of Token (text type)
Text
Full response without rounding, in text format.
This particular demo page contains many features combined in one page, see lower on the page the section "Get balance of Token"
Last updated