Thor Instance Size
Returns the current size of the different Thor Node types in bytes
https://api.vechainstats.com/v2/network/thor-instance-size
?VCS_API_KEY=your_api_key
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"archive_nodes": 356287468042,
"full_nodes": 165052218614,
"full_nodes_skip": 85185851983
},
"meta": {
"count": 3,
"timestamp": 1695646709
}
}
Last updated
Was this helpful?