✨Token Price List
Returns a list of all tokens supported by VeChain Stats that meet the conditions to have a price displayed.
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.
https://api.vechainstats.com/v2/token/price-list
?expanded=false
&VCS_API_KEY=your_api_keyParameter
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
}
}Last updated
Was this helpful?