Token Supply
Returns the total, max and circulating supply known by VeChain Stats of a token
https://api.vechainstats.com/v2/token/supply
?token=vet
&VCS_API_KEY=your_api_keyParameter
Description
token
The symbol/ticker of the token requested
{
"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
}
}Last updated
Was this helpful?