v1
latestSwagger 2.02026-07-17127100479.5 KBrollup
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
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"
}
]