v1

latestSwagger 2.02026-07-17127100479.5 KB
namespace

List rollups using the namespace

Returns a paginated list of rollups that have submitted blobs to the given namespace (identified by hex id and version).

get/namespace/{id}/{version}/rollups

Path parameters

idstring required

Namespace id in hexadecimal

versioninteger required

Version of namespace

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

Response

OK

bridgestring string
categorystring string
colorstring string
compressionstring string
defi_lamastring string
descriptionstring string
explorerstring string
githubstring string
idinteger
l2_beatstring string
linksstring[]
logostring string
namestring string
providerstring string
settled_onstring string
slugstring string
stackstring string
tagsstring[]
twitterstring string
typestring string
vmstring string
websitestring string

Example response

[
  {
    "bridge": "https://github.com/account",
    "category": "nft",
    "color": "#123456",
    "compression": "zip",
    "defi_lama": "Manta",
    "description": "Long rollup description",
    "explorer": "https://explorer.karak.network/",
    "github": "https://github.com/account",
    "id": 321,
    "l2_beat": "https://github.com/account",
    "logo": "https://some_link.com/image.png",
    "name": "Rollup name",
    "provider": "name",
    "settled_on": "Ethereum",
    "slug": "rollup_slug",
    "stack": "op_stack",
    "twitter": "https://x.com/account",
    "type": "settled",
    "vm": "evm",
    "website": "https://website.com"
  }
]