v1

latestSwagger 2.02026-07-17127100479.5 KB
rollup

Get rollup namespaces info

Returns a paginated list of namespaces that the rollup has submitted blobs to.

get/rollup/{id}/namespaces

Path parameters

idinteger required

Internal identity

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

Response

OK

blobs_countinteger
hashstring base64
idinteger
last_heightinteger
last_message_timestring date-time
namestring string
namespace_idstring binary
pfb_countinteger
reservedboolean
sizeinteger
versioninteger

Example response

[
  {
    "blobs_count": 10000,
    "hash": "U3dhZ2dlciByb2Nrcw==",
    "id": 321,
    "last_height": 100,
    "last_message_time": "2023-07-04T03:10:57+00:00",
    "name": "name",
    "namespace_id": "4723ce10b187716adfc55ff7e6d9179c226e6b5440b02577cca49d02",
    "pfb_count": 12,
    "reserved": true,
    "size": 12345
  }
]