v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get changes for 24 hours

Returns comparative statistics showing how key block metrics (blob size, tx count, fee, block time) changed over the last 24 hours versus the prior 24 hours.

get/stats/changes_24h

Response

OK

blobs_size_24hnumber float
bytes_in_block_24hnumber float
fee_24hnumber float
tx_count_24hnumber float

Example response

[
  {
    "blobs_size_24h": 0.1234,
    "bytes_in_block_24h": 0.1234,
    "fee_24h": 0.1234,
    "tx_count_24h": 0.1234
  }
]