Network Emission
Returns the co2e data of the VechainThor blockchain for any given date or period
https://api.vechainstats.com/v2/carbon/co2e-network
?timeframe=2022-08
&VCS_API_KEY=your_api_keyParameter
Description
timeframe
Timeframe given in YYYY or YYYY-MM or YYYY-MM-DD
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"co2e_emitted": "368275.68462643",
"co2e_clause_avg": "0.06548256"
},
"meta": {
"timeframe": "2022-08",
"type": "network",
"unit": "grams",
"days": 31,
"partial_data": false,
"disclaimer": "https://vechainstats.com/disclaimer/",
"timestamp": 1695893437
}
}Last updated
Was this helpful?