v1

latestSwagger 2.02026-07-17127100479.5 KB
namespace

Get namespace info

Returns all versions of the namespace identified by the given 28-byte hex namespace id. Each namespace version is returned as a separate entry.

get/namespace/{id}

Path parameters

idstring required

Namespace id in hexadecimal

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