Get rollup stats
GET
/v1/rollup/{id}/stats/{name}/{timeframe}Last modified: 3 months ago
Get rollup stats
Request
Path Params
id
integer
required
Internal identity
Example:
1
name
enum<string>
required
Series name
Allowed values:
blobs_countsizesize_per_blobfee
Example:
blobs_count
timeframe
enum<string>
required
Timeframe
Allowed values:
hourdaymonth
Example:
hour
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/2465240)[]
optional
#/definitions/2465240
optional
Example
Not configured
Last modified: 3 months ago