v1

latestSwagger 2.02026-07-17127100479.5 KB
namespace

Get namespace blobs on height

Returns all blobs submitted to the given namespace (identified by base64-encoded hash) at the specified block height, fetched directly from the DA node.

get/namespace_by_hash/{hash}/{height}

Path parameters

hashstring required

Base64-encoded namespace id and version

heightinteger required

Block height

Response

OK

commitmentstring base64
content_typestring string
datastring base64
namespacestring base64
share_versioninteger

Example response

[
  {
    "commitment": "vbGakK59+Non81TE3ULg5Ve5ufT9SFm/bCyY+WLR3gg=",
    "content_type": "image/png",
    "data": "b2sgZGVtbyBkYQ==",
    "namespace": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAs2bWWU6FOB0="
  }
]