Get histogram with precomputed stats
GET
/v1/stats/series/{name}/{timeframe}Last modified: 3 months ago
Get histogram with precomputed stats by series name and timeframe
Request
Path Params
timeframe
enum<string>
required
Timeframe
Allowed values:
hourdayweekmonthyear
Example:
hour
name
enum<string>
required
Series name
Allowed values:
blobs_sizeblobs_counttpsbpsfeesupply_changeblock_timetx_countevents_countgas_pricegas_efficiencygas_usedgas_limitbytes_in_blockrewardscommissions
Example:
fee
Query Params
from
integer
optional
Time from in unix timestamp
Example:
1727523000
to
integer
optional
Time to in unix timestamp
Example:
1727524000
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465256)[]
optional
#/definitions/2465256
optional
Example
Not configured
Last modified: 3 months ago