v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get histogram with precomputed stats

Returns a time-series histogram of precomputed network statistics for the selected metric and timeframe. Supports filtering by time range.

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

Path parameters

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

Timeframe

name'blobs_size' | 'blobs_count' | 'tps' | 'bps' | 'fee' | 'supply_change' | 'block_time' | 'tx_count' | 'events_count' | 'gas_price' | 'gas_efficiency' | 'gas_used' | 'gas_limit' | 'bytes_in_block' | 'rewards' | 'commissions' 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"
  }
]