curl --request GET \
--url https://eth.blockscout.com/api/v2/stats
{
"total_blocks": "508700",
"total_addresses": "982340",
"total_transactions": "1699427",
"average_block_time": 25000,
"coin_price": "0.00254957",
"total_gas_used": "0",
"transactions_today": "622",
"gas_used_today": "49063630",
"gas_prices": {
"average": 10,
"fast": 10,
"slow": 10
},
"static_gas_price": "10.1",
"market_cap": "420471.10604559750644",
"network_utilization_percentage": 40.2142
}
stats
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/stats
{
"total_blocks": "508700",
"total_addresses": "982340",
"total_transactions": "1699427",
"average_block_time": 25000,
"coin_price": "0.00254957",
"total_gas_used": "0",
"transactions_today": "622",
"gas_used_today": "49063630",
"gas_prices": {
"average": 10,
"fast": 10,
"slow": 10
},
"static_gas_price": "10.1",
"market_cap": "420471.10604559750644",
"network_utilization_percentage": 40.2142
}