v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get cumulative histogram with precomputed stats

Returns a running total (cumulative sum) time-series of the selected network metric for the given timeframe. Useful for tracking all-time growth trends.

get/stats/series/{name}/{timeframe}/cumulative

Path parameters

timeframe'hour' | 'day' | 'week' | 'month' | 'year' required

Timeframe

name'blobs_size' | 'blobs_count' | 'fee' | 'tx_count' | 'gas_used' | 'gas_limit' | 'bytes_in_block' | 'supply_change' required

Series name

Query parameters

frominteger

Time from in unix timestamp

tointeger

Time to in unix timestamp

Response

OK

maxstring string
minstring string
timestring date-time
valuestring string

Example response

[
  {
    "max": "0.17632",
    "min": "0.17632",
    "time": "2023-07-04T03:10:57+00:00",
    "value": "0.17632"
  }
]