# Token Supply

```
https://api.vechainstats.com/v2/token/supply
    ?token=vet
    &VCS_API_KEY=your_api_key
```

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

<table><thead><tr><th width="237">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>token</td><td>The symbol/ticker of the token requested </td></tr></tbody></table>
{% endtab %}

{% tab title="Response" %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "circulating_supply": 72714516834,
        "total_supply": 85985041177,
        "max_supply": 86712634466,
        "max_supply_is_infinite": false
    },
    "meta": {
        "token": "vet",
        "timestamp": 1696946648
    }
}
```

{% endtab %}
{% endtabs %}
