Network Gas Stats
Returns the gas limit and gas used for a requested date
https://api.vechainstats.com/v2/network/gas-stats
?timeframe=2023-09-28
&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": {
"block_count": 8640,
"gas_total_limit": 259141558819,
"gas_total_used": 12316999888,
"gas_intrinsic": 5219767260,
"gas_evm_incurred": 7097232628,
"gas_target_perc": 4.75
},
"meta": {
"timeframe": "2023-09-28",
"days": 1,
"partial_data": false,
"timestamp": 1695994773
}
}Last updated
Was this helpful?