---
title: "List rollups info with stats by previous 24 hours"
method: GET
path: "/rollup/day"
tags: ["rollup"]
---

# List rollups info with stats by previous 24 hours

`GET /rollup/day`

Returns a paginated leaderboard of rollups with statistics aggregated over the previous 24 hours. Useful for ranking rollups by recent activity such as throughput, blob count, or fee.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `sort_by` 'avg_size' | 'blobs_count' | 'total_size' | 'total_fee' | 'throughput' | 'namespace_count' | 'pfb_count' | 'mb_price'
- `category` string
- `tags` string
- `stack` string
- `provider` string

## Response `200`

OK

- ResponsesRollupWithDayStats[]
  - `avg_size` integer
  - `blobs_count` integer
  - `blobs_per_pfb` number, float
  - `bridge` string, string
  - `category` string, string
  - `color` string, string
  - `compression` string, string
  - `defi_lama` string, string
  - `description` string, string
  - `explorer` string, string
  - `fee_per_pfb` string, string
  - `github` string, string
  - `id` integer
  - `l2_beat` string, string
  - `logo` string, string
  - `mb_price` string, string
  - `name` string, string
  - `namespace_count` integer
  - `pfb_count` integer
  - `provider` string, string
  - `settled_on` string, string
  - `slug` string, string
  - `stack` string, string
  - `throughput` integer
  - `total_fee` string, string
  - `total_size` integer
  - `twitter` string, string
  - `type` string, string
  - `vm` string, string
  - `website` string, string

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