---
title: "Get series for all rollups"
method: GET
path: "/rollup/stats/series/{timeframe}"
tags: ["rollup"]
---

# Get series for all rollups

`GET /rollup/stats/series/{timeframe}`

Returns time-series data for all rollups combined, grouped by the selected timeframe. Useful for rendering aggregate charts showing total DA usage across all indexed rollups.

## Path parameters

- `timeframe` 'hour' | 'day' | 'month', required

## Response `200`

OK

- ResponsesRollupAllSeriesResponse[]
  - `items` ResponsesRollupAllSeriesItem[]
    - `blobs_count` integer
    - `fee` string, string
    - `logo` string, string
    - `name` string, string
    - `size` integer
  - `time` string, date-time

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
