v1

latestSwagger 2.02026-07-17127100479.5 KB
rollup

Get rollup info

Returns detailed information and cumulative statistics for the rollup identified by its internal id, including name, description, social links, namespaces, and providers.

get/rollup/{id}

Path parameters

idinteger required

Internal identity

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"
}