# VIP180 Balance Custom

{% code overflow="wrap" %}

```
https://api.vechainstats.com/v2/token/vip180-custom
    ?address=0x3FB604A9b40e4c1aBF0Eb91A67bB90FC06dfb27E
    &contract=0xaCc280010B2EE0efc770BCE34774376656D8cE14
    &VCS_API_KEY=your_api_key
```

{% endcode %}

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

| Parameter    | Description                                                |
| ------------ | ---------------------------------------------------------- |
| address      | The address for which you want to know it's token balance. |
| contract     | The contract address of the VIP180 token.                  |
| {% endtab %} |                                                            |

{% tab title="Response" %}
Sample Response

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "amount": "49832113.43189046"
    },
    "meta": {
        "address": "0x3fb604a9b40e4c1abf0eb91a67bb90fc06dfb27e",
        "contract": "0xacc280010b2ee0efc770bce34774376656d8ce14",
        "symbol": "HAI",
        "decimals": 8,
        "timestamp": 1692716473
    }
}
```

{% endtab %}
{% endtabs %}


---

# 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-custom.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.
