For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_blobs_by_namespace

Retrieves all blobs for a namespace within a time range.

post
/
  • If start and end fields are omitted, then the endpoint will retrieve the blobs that correspond to the namespace across all time.

  • Returns an empty list if no blobs were found.

  • Returns an error if there was a database or RPC failure.

A namespace can be thought of as a human-readable ID for a blober account so that callers don’t need to work with the public key directly. See the predefined naming convention for how to structure the namespace so that the indexer is able to group blobs correctly.

Body
idstringRequired

Client-generated request identifier

jsonrpcstring · enumRequired

JSON-RPC version

Possible values:
methodstringRequired

RPC method name

Responses
200

RPC success with blob data

application/json
jsonrpcstring · enumRequiredPossible values:
idstringRequired
post/

Last updated