---
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

## Changes

- **2025-02-09** `33239a3965bd` — 1 info
  - endpoint added
- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/rollup/stats/series/:timeframe/get.md)

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
