# Historic VET/VTHO

```url
https://api.vechainstats.com/v2/account/historic-vet-vtho
    ?date=2021-08-01
    &address=0x61c3ba79478f8fd35181da94aae1a813384f0e96
    &VCS_API_KEY=your_api_key
```

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

| Parameter           | Description                                                                                                                                                  |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| date (optional)     | The requested date formatted as YYYY-MM-DD. The values given in the response present the values at the latest block hight of the requested date in UTC time. |
| blocknum (optional) | The requested block number for which the balance should be returned                                                                                          |
| address             | The address you want to query                                                                                                                                |
| {% endtab %}        |                                                                                                                                                              |

{% tab title="Response" %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "vet": "6510.038763294093053518",
        "vet_staked": "3380000",
        "vtho": "1801196.443210922393308527"
    },
    "meta": {
        "address": "0x61c3ba79478f8fd35181da94aae1a813384f0e96",
        "blocknum": "22197910",
        "timestamp": 1753695719
    }
}
```

{% 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/account/historic-vet-vtho.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.
