Get blob metadata for namespace
GET
/v1/namespace/{id}/{version}/blobsLast modified: 10 days ago
Returns blob changes for namespace
Request
Path Params
id
string
required
Namespace id in hexadecimal
>= 56 characters<= 56 characters
version
integer
required
Version of namespace
Query Params
limit
integer
optional
Count of requested entities
<= 100
Example:
10
offset
integer
optional
Offset
Example:
0
sort
enum<string>
optional
Sort order
Allowed values:
ascdesc
Default:
desc
Example:
asc
sort_by
enum<string>
optional
Sort field. If it's empty internal id is used
Allowed values:
timesize
Example:
time
commitment
string
optional
Commitment value in URLbase64 format
Example:
LdtKWTGBWySb86zPVOu/r5NsPlSfGYtnE9yriLdwEd8=
from
integer
optional
Time from in unix timestamp
Example:
1727523000
to
integer
optional
Time to in unix timestamp
Example:
1727524000
joins
boolean
optional
Flag indicating whether entities of rollup, transaction and signer should be attached or not
Default:
true
Example:
false
signers
string
optional
Comma-separated celestia addresses
Example:
celestia1gx2d6ttwf7zuewn9jtf6d4ddjkn3g8hjnafsc3
cursor
integer
optional
Last entity id which is used for cursor pagination
>= 1
Example:
100
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465229)[]
optional
#/definitions/2465229
optional
Example
Not configured
Last modified: 10 days ago