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

Note : This endpoint is throttled to 10 calls/minute regardless of API Pro tier.

The instance size is returned in bytes, 1 GB equals 1,073,741,824 bytes.

{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "archive_nodes": 356287468042,
        "full_nodes": 165052218614,
        "full_nodes_skip": 85185851983
    },
    "meta": {
        "count": 3,
        "timestamp": 1695646709
    }
}

Last updated