v1

latestSwagger 2.02026-07-17127100479.5 KB
rollup

List rollups info with stats by previous 24 hours

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.

get/rollup/day

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

sort'asc' | 'desc'

Sort order. Default: desc

sort_by'avg_size' | 'blobs_count' | 'total_size' | 'total_fee' | 'throughput' | 'namespace_count' | 'pfb_count' | 'mb_price'

Sort field. Default: mb_price

categorystring

Comma-separated rollup category list

tagsstring

Comma-separated rollup tags list

stackstring

Comma-separated rollup stack list

providerstring

Comma-separated rollup provider list

Response

OK

avg_sizeinteger
blobs_countinteger
blobs_per_pfbnumber float
bridgestring string
categorystring string
colorstring string
compressionstring string
defi_lamastring string
descriptionstring string
explorerstring string
fee_per_pfbstring string
githubstring string
idinteger
l2_beatstring string
logostring string
mb_pricestring string
namestring string
namespace_countinteger
pfb_countinteger
providerstring string
settled_onstring string
slugstring string
stackstring string
throughputinteger
total_feestring string
total_sizeinteger
twitterstring string
typestring string
vmstring string
websitestring string

Example response

[
  {
    "avg_size": 100,
    "blobs_count": 100,
    "blobs_per_pfb": 100,
    "bridge": "https://github.com/account",
    "category": "nft",
    "color": "#123456",
    "compression": "zip",
    "defi_lama": "Manta",
    "description": "Long rollup description",
    "explorer": "https://explorer.karak.network/",
    "fee_per_pfb": "100",
    "github": "https://github.com/account",
    "id": 321,
    "l2_beat": "https://l2beat.com/scaling/projects/karak",
    "logo": "https://some_link.com/image.png",
    "mb_price": "100",
    "name": "Rollup name",
    "namespace_count": 100,
    "pfb_count": 100,
    "provider": "name",
    "settled_on": "Ethereum",
    "slug": "rollup_slug",
    "stack": "op_stack",
    "throughput": 100,
    "total_fee": "100",
    "total_size": 100,
    "twitter": "https://x.com/account",
    "type": "settled",
    "vm": "evm",
    "website": "https://website.com"
  }
]