# 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](https://docs.vechainstats.com/api-endpoints/token/vip180-balance-custom "mention"). Since VET is the native token and not VIP180 it's not returned in this endpoint. &#x20;
{% endhint %}
