# Get Balance of a Token

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

<table><thead><tr><th width="209">Parameter name</th><th width="83.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>Token Address</td><td>Text</td><td>Token smart contract address.<br>If you want to check the chain native token (like ETH for Ethereum mainnet) leave this field empty.</td></tr><tr><td>Wallet address</td><td>Text</td><td>Wallet address to check the balance for. It can be any wallet address not necessarily the connected wallet.</td></tr></tbody></table>

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

<table><thead><tr><th width="197">Event name</th><th>Description</th></tr></thead><tbody><tr><td>Get Balance - Done</td><td>The result will be available only after this event triggers</td></tr></tbody></table>

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

<table><thead><tr><th width="204.33333333333331">State name</th><th width="121">Type</th><th>Description</th></tr></thead><tbody><tr><td>Balance of Token</td><td>Number</td><td>Balance of token on given wallet (rounded to 6 decimals)</td></tr><tr><td>Balance of Token (text type)</td><td>Text</td><td>Full response without rounding, in text format.</td></tr></tbody></table>

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

This particular demo page contains many features combined in one page, see lower on the page the section "*Get balance of Token*"
