> For the complete documentation index, see [llms.txt](https://docs.altura.com/altura-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altura.com/altura-documentation/api-reference/get-endpoints/get-a-users-erc20-balance.md).

# Get a User's ERC20 Balance

## Getting ERC20 balance of user

<mark style="color:blue;">`GET`</mark> `https://api.alturanft.com/api/v2/erc20/balance`

#### Request Body

| Name                                           | Type   | Description                   |
| ---------------------------------------------- | ------ | ----------------------------- |
| chainId<mark style="color:red;">\*</mark>      | String | network id                    |
| tokenAddress<mark style="color:red;">\*</mark> | String | address of the token contract |
| address<mark style="color:red;">\*</mark>      | String | address of the user           |

{% tabs %}
{% tab title="200: OK return the balance is in wei" %}

```javascript
{
    success: true,
    message: 1000000000000,
}
```

{% endtab %}
{% endtabs %}
