# Token Info

```url
https://api.vechainstats.com/v2/token/info
    ?token=vet
    &expanded=true
    &VCS_API_KEY=your_api_key
```

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

| Parameter    | Description                                                                                          |
| ------------ | ---------------------------------------------------------------------------------------------------- |
| token        | Symbol of the requested token                                                                        |
| expanded     | Either `true` or `false`. Setting this option to `true` expands the response with extra information. |
| {% endtab %} |                                                                                                      |

{% tab title="Response" %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "name": "VeThor",
        "type": "VIP180",
        "symbol": "vtho",
        "decimals": 18,
        "contract": "0x0000000000000000000000000000456e65726779",
        "creation_timestamp": 1530316800,
        "creation_block": "0",
        "deployer_address": "0x0000000000000000000000000000000000000000",
        "website": "https://www.vechain.org/",
        "whitepaper": "https://www.vechain.org/whitepaper/",
        "telegram": "https://t.me/vechain_official_english",
        "twitter": "https://twitter.com/vechainofficial",
        "reddit": "https://www.reddit.com/r/Vechain/",
        "medium": "https://medium.com/@vechainofficial",
        "github": "https://github.com/vechain",
        "token_holders": 2045049
    },
    "meta": {
        "symbol": "vtho",
        "timestamp": 1692788187
    }
}
```

{% endtab %}
{% endtabs %}
