v1
latestSwagger 2.02026-07-17127100479.5 KBnamespace
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
Example response
[
{
"commitment": "vbGakK59+Non81TE3ULg5Ve5ufT9SFm/bCyY+WLR3gg=",
"content_type": "image/png",
"data": "b2sgZGVtbyBkYQ==",
"namespace": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAs2bWWU6FOB0="
}
]