v1
latestSwagger 2.02026-07-17127100479.5 KBnamespace
Get blob changes for namespace
Returns a paginated list of blob log entries for the specified namespace version. Supports filtering by commitment, time range, signer addresses, and cursor-based pagination.
get/namespace/{id}/{version}/blobs
Path parameters
idstring required
Namespace id in hexadecimal
versioninteger required
Version of namespace
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
sort'asc' | 'desc'
Sort order. Default: desc
sort_by'time' | 'size'
Sort field. If it's empty internal id is used
commitmentstring
Commitment value in URLbase64 format
frominteger
Time from in unix timestamp
tointeger
Time to in unix timestamp
joinsboolean
Flag indicating whether entities of rollup, transaction and signer should be attached or not. Default: true
signersstring
Comma-separated celestia addresses
cursorinteger
Last entity id which is used for cursor pagination
Response
OK