---
title: "Get rollups stats for last 24 hours"
method: GET
path: "/stats/rollup_stats_24h"
tags: ["stats"]
---

# Get rollups stats for last 24 hours

`GET /stats/rollup_stats_24h`

Returns aggregated rollup statistics for the previous 24 hours: total blobs, total size, total fee, and throughput across all indexed rollups.

## Response `200`

OK

- ResponsesRollupStats24h[]
  - `blobs_count` integer
  - `fee` integer
  - `id` integer
  - `logo` string, string
  - `name` string, string
  - `size` integer

## Other responses

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

---

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