---
title: "List rollups info"
method: GET
path: "/rollup"
tags: ["rollup"]
---

# List rollups info

`GET /rollup`

Returns a paginated leaderboard of rollups with their cumulative statistics. Supports filtering by category, tags, stack, and provider. Sorting by blob count, total size, or fee.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `sort_by` 'time' | 'blobs_count' | 'size' | 'fee'
- `category` string
- `tags` string
- `stack` string
- `provider` string
- `is_active` boolean

## Response `200`

OK

- ResponsesRollupWithStats[]
  - `blobs_count` integer
  - `blobs_count_pct` number, float
  - `bridge` string, string
  - `category` string, string
  - `color` string, string
  - `compression` string, string
  - `da_pct` number, float
  - `defi_lama` string, string
  - `description` string, string
  - `explorer` string, string
  - `fee` string, string
  - `fee_pct` number, float
  - `first_message_time` string, date-time
  - `github` string, string
  - `id` integer
  - `is_active` boolean
  - `l2_beat` string, string
  - `last_message_time` string, date-time
  - `links` string[]
  - `logo` string, string
  - `name` string, string
  - `provider` string, string
  - `settled_on` string, string
  - `size` integer
  - `size_pct` number, float
  - `slug` string, string
  - `stack` string, string
  - `tags` string[]
  - `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)
