> For the complete documentation index, see [llms.txt](https://docs.novabloq.com/web3-metamask/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/get-balance-of-multiple-tokens.md).

# 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\\)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.novabloq.com/web3-metamask/elements-details/web3-and-metamask/get-balance-of-multiple-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
