v1
latestSwagger 2.02026-07-17127100479.5 KBblock
Get block stats by height
Returns aggregated statistics for the block at the given height: blob count, total blob size, total fee, gas used/limit, transactions count, and more.
get/block/{height}/stats
Path parameters
heightinteger required
Block height
Response
OK
Example response
{
"blobs_count": 100,
"blobs_size": 12354,
"block_time": 12354,
"bytes_in_block": 1234,
"commissions": "123133",
"events_count": 18,
"fee": "28347628346",
"fill_rate": "0.0800",
"gas_limit": 1234,
"gas_used": 1234,
"inflation_rate": "0.0800000",
"rewards": "102102812",
"square_size": 16,
"supply_change": "8635234",
"tx_count": 12
}