apiKey: ********************
curl --location --request GET 'https://api-mainnet.celenium.io/v1/rollup?limit=10&offset=0&sort=asc&sort_by=time' \
--header 'apiKey;'
[
{
"blobs_count": 2,
"bridge": "https://github.com/account",
"description": "Long rollup description",
"explorer": "https://explorer.karak.network/",
"fee": "123.456789",
"first_message_time": "2023-07-04T03:10:57+00:00",
"github": "https://github.com/account",
"id": 321,
"l2_beat": "https://l2beat.com/scaling/projects/karak",
"last_message_time": "2023-07-04T03:10:57+00:00",
"links": [
"string"
],
"logo": "https://some_link.com/image.png",
"name": "Rollup name",
"size": 1000,
"slug": "rollup_slug",
"stack": "op_stack",
"twitter": "https://x.com/account",
"website": "https://website.com"
}
]