v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get rollups stats for last 24 hours

Returns aggregated rollup statistics for the previous 24 hours: total blobs, total size, total fee, and throughput across all indexed rollups.

get/stats/rollup_stats_24h

Response

OK

blobs_countinteger
feeinteger
idinteger
logostring string
namestring string
sizeinteger

Example response

[
  {
    "blobs_count": 123,
    "fee": 123,
    "id": 321,
    "logo": "https://some_link.com/image.png",
    "name": "Rollup name",
    "size": 123
  }
]