Get rollups
GET
/v1/rollupLast modified: 3 months ago
Returns a list of rollups in network.
Request
Query Params
limit
integer
optional
Count of requested entities
<= 100
Example:
10
offset
integer
optional
Offset
Example:
0
sort
enum<string>
optional
Sort order. Default: desc
Allowed values:
ascdesc
Example:
asc
sort_by
enum<string>
optional
Sort field. Default: size
Allowed values:
timeblobs_countsize"fee"
Example:
time
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
blobs_count
integer
optional
Example:
2
bridge
string <string>
optional
Example:
https://github.com/account
description
string <string>
optional
Example:
Long rollup description
explorer
string <string>
optional
Example:
https://explorer.karak.network/
fee
string <string>
optional
Example:
123.456789
first_message_time
string <date-time>
optional
Example:
2023-07-04T03:10:57+00:00
github
string <string>
optional
Example:
https://github.com/account
id
integer
optional
Example:
321
l2_beat
string <string>
optional
Example:
https://l2beat.com/scaling/projects/karak
last_message_time
string <date-time>
optional
Example:
2023-07-04T03:10:57+00:00
links
array[string]
optional
logo
string <string>
optional
Example:
https://some_link.com/image.png
name
string <string>
optional
Example:
Rollup name
size
integer
optional
Example:
1000
slug
string <string>
optional
Example:
rollup_slug
stack
string <string>
optional
Example:
op_stack
twitter
string <string>
optional
Example:
https://x.com/account
website
string <string>
optional
Example:
https://website.com
Example
Not configured
Last modified: 3 months ago