v1

latestSwagger 2.02026-07-17127100479.5 KB
block

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

blobs_countinteger
blobs_sizeinteger
block_timeinteger
bytes_in_blockinteger
commissionsstring
events_countinteger
feestring
fill_ratestring
gas_limitinteger
gas_usedinteger
inflation_ratestring
rewardsstring
square_sizeinteger
supply_changestring
tx_countinteger

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
}