Get Balance of Multiple Tokens
Get the balance of a list of tokens on a wallet address
Parameters
Parameter name
Type
Description
List Tokens Addresses
List of texts
A list of ERC20 addresses. Must be text separated by a comma.
For example:
0xBA62BCfcAaFc6622853cca2BE6Ac7d845BC0f2Dc,0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6
The list can be a list from database or a custom state.
Wallet address
Wallet Address to check for
Events
Event name
Description
Multiple Token Balance is Ready
To save the result, use this event as the result won't be available until this event triggers.
States
State name
Type
Description
Multiple Tokens Balances
List of texts
The result is in text format to avoid errors from big numbers
Last updated