# VIP180 Balance

```
https://api.vechainstats.com/v2/token/vip180
    ?address=0x3FB604A9b40e4c1aBF0Eb91A67bB90FC06dfb27E
    &expanded=false
    &VCS_API_KEY=your_api_key
```

{% tabs %}
{% tab title="Request" %}

| Parameter    | Description                                                                                                                |
| ------------ | -------------------------------------------------------------------------------------------------------------------------- |
| address      | The address for which you want to know it's token balance.                                                                 |
| expanded     | Either `true` or `false`. Setting this option to `true` expands the response with **name**, **contract** and **decimals**. |
| {% endtab %} |                                                                                                                            |

{% tab title="Response" %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "vtho": "497382339.912165195246439",
        "sha": "897889972.44071606",
        "hai": "49832113.43189046",
        "veed": "151000000",
        "yeet": "0.69"
    },
    "meta": {
        "address": "0x3fb604a9b40e4c1abf0eb91a67bb90fc06dfb27e",
        "timestamp": 1692782620
    }
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
This VIP180 token balances in this response are limited to the tokens that are fully integrated on VeChainStats. Non-Supported token balances can be requested in [VIP180 Balance Custom](/api-endpoints/token/vip180-balance-custom.md). Since VET is the native token and not VIP180 it's not returned in this endpoint. &#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.vechainstats.com/api-endpoints/token/vip180-balance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
