Network Totals

Returns key metrics of the use of the VechainThor blockchain

https://api.vechainstats.com/v2/network/totals
    ?VCS_API_KEY=your_api_key
{
    "status": {
        "success": true,
        "message": "OK"
    },
    "data": {
        "block_count": 16572628,
        "txns_total_count": 49377600,
        "clauses_total_count": 285382186,
        "vtho_total_burned": "3787001565.305302325339815334"
    },
    "meta": {
        "days": 1921,
        "timestamp": 1696250630
    }
}

Last updated