For the complete documentation index, see llms.txt. This page is also available as Markdown.

Token Price List

Returns a list of all tokens supported by VeChain Stats that meet the conditions to have a price displayed.

https://api.vechainstats.com/v2/token/price-list
    ?expanded=false
    &VCS_API_KEY=your_api_key
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.

{
    "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
    }
}

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.

Last updated