v1

latestSwagger 2.02026-07-17127100479.5 KB
rollup

List rollups info

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.

get/rollup

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

sort'asc' | 'desc'

Sort order. Default: desc

sort_by'time' | 'blobs_count' | 'size' | 'fee'

Sort field. Default: size

categorystring

Comma-separated rollup category list

tagsstring

Comma-separated rollup tags list

stackstring

Comma-separated rollup stack list

providerstring

Comma-separated rollup provider list

is_activeboolean

If true, shows rollups with activity over the last month

Response

OK

blobs_countinteger
blobs_count_pctnumber float
bridgestring string
categorystring string
colorstring string
compressionstring string
da_pctnumber float
defi_lamastring string
descriptionstring string
explorerstring string
feestring string
fee_pctnumber float
first_message_timestring date-time
githubstring string
idinteger
is_activeboolean
l2_beatstring string
last_message_timestring date-time
linksstring[]
logostring string
namestring string
providerstring string
settled_onstring string
sizeinteger
size_pctnumber float
slugstring string
stackstring string
tagsstring[]
twitterstring string
typestring string
vmstring string
websitestring string

Example response

[
  {
    "blobs_count": 2,
    "blobs_count_pct": 0.9876,
    "bridge": "https://github.com/account",
    "category": "nft",
    "color": "#123456",
    "compression": "zip",
    "da_pct": 0.9876,
    "defi_lama": "Manta",
    "description": "Long rollup description",
    "explorer": "https://explorer.karak.network/",
    "fee": "123.456789",
    "fee_pct": 0.9876,
    "first_message_time": "2023-07-04T03:10:57+00:00",
    "github": "https://github.com/account",
    "id": 321,
    "is_active": true,
    "l2_beat": "https://l2beat.com/scaling/projects/karak",
    "last_message_time": "2023-07-04T03:10:57+00:00",
    "logo": "https://some_link.com/image.png",
    "name": "Rollup name",
    "provider": "name",
    "settled_on": "Ethereum",
    "size": 1000,
    "size_pct": 0.9876,
    "slug": "rollup_slug",
    "stack": "op_stack",
    "twitter": "https://x.com/account",
    "type": "settled",
    "vm": "evm",
    "website": "https://website.com"
  }
]