# Token Price List

{% hint style="warning" %}
The returned prices should be used for information purposes only. VeChainStats doesn't  take any accountability for damages incurred due to outdated or manipulated prices.
{% endhint %}

```
https://api.vechainstats.com/v2/token/price-list
    ?expanded=false
    &VCS_API_KEY=your_api_key
```

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

| Parameter    | Description                                                                                                                                                 |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| expanded     | Either `true` or `false`. Setting this option to `true` expands the response with **VET**, **EUR**, **CNY** price as well as a last updated unix timestamp. |
| {% endtab %} |                                                                                                                                                             |

{% tab title="Response" %}

```json
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "vet": "0.01602273",
        "vtho": "0.00093",
        "veusd": "1",
        "sha": "0.00034201",
        "hai": "0.01966804",
        "oce": "0.00022254",
        "veed": "0.00343635",
        "yeet": "0.00021126",
        "mvg": "0.00059811",
        "wov": "0.00064644",
        "mva": "0.05094685",
        "sht": "0.000002",
        "vvet": "0.01602273",
        "wvet": "0.01602273",
        "vex": "0.00766357",
        "vpu": "0.00532254",
        "gold": "0.00036065",
        "vsea": "0.0177082",
        "jur": "0.00629254",
        "dhn": "0.03975",
        "pla": "0.00000282",
        "ppr": "1.96883",
        "union": "0.00003163",
        "dragon": "0.00477",
        "banana": "0.00724",
        "dbet": "0.00031321",
        "ehrt": "0.00000268"
    },
    "meta": {
        "expanded": false,
        "timestamp": 1692799835
    }
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Not all tokens have their price information supported, a price can only be returned if a token is supported on a central exchange or meets volume and liquidity standards.
{% endhint %}
