Node Token Count
Returns the amount of X-Node and Economic Node tokens currently existing on vechain
https://api.vechainstats.com/v2/network/node-token-count
?VCS_API_KEY=your_api_key
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"xnode_tokens": 2305,
"economic_node_tokens": 1615
},
"meta": {
"timestamp": 1692794077
}
}
Last updated
Was this helpful?