> 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-native-token-balance.md).

# Get a User's Native Token Balance

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

#### Request Body

| Name    | Type   | Description         |
| ------- | ------ | ------------------- |
| chainId | String | network id          |
| address | String | address of the user |

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

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

{% endtab %}
{% endtabs %}
