# Get Balance of Multiple Tokens

### &#x20;<mark style="background-color:blue;">Parameters</mark>&#x20;

<table><thead><tr><th width="229.33333333333331">Parameter name</th><th width="130">Type</th><th>Description</th></tr></thead><tbody><tr><td>List Tokens Addresses</td><td>List of texts</td><td>A list of ERC20 addresses. Must be text separated by a comma.<br>For example:<br><code>0xBA62BCfcAaFc6622853cca2BE6Ac7d845BC0f2Dc,0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6</code><br><em>The list can be a list from database or a custom state.</em></td></tr><tr><td>Wallet address</td><td></td><td>Wallet Address to check for</td></tr></tbody></table>

### &#x20;<mark style="background-color:blue;">Events</mark>&#x20;

<table><thead><tr><th width="298">Event name</th><th>Description</th></tr></thead><tbody><tr><td>Multiple Token Balance is Ready</td><td>To save the result, use this event as the result won't be available until this event triggers.</td></tr></tbody></table>

### &#x20;<mark style="background-color:blue;">States</mark>&#x20;

<table><thead><tr><th width="239.33333333333331">State name</th><th width="126">Type</th><th>Description</th></tr></thead><tbody><tr><td>Multiple Tokens Balances</td><td>List of texts</td><td>The result is in text format to avoid errors from big numbers</td></tr></tbody></table>

### [Demo](https://web3-demo.bubbleapps.io/version-test/balance_list_tokens)

### [Demo editor](https://bubble.io/page?version=test\&name=balance_list_tokens\&id=web3-demo\&tab=tabs-1\\)
