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

get_blobs

Retrieves a list of data blobs for a blober account in the given slot number.

post
/
  • Returns an empty list if no blobs were uploaded during the slot.

  • Returns null if the slot has not been completed yet.

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

Typically, each user is represented by a blober, and each blober’s associated data are its blobs. However, a blober may map to a user account, a node account, or another logical entity—the semantics may vary and is determined by each network’s operators.

Body
idstringRequired

Unique request identifier

jsonrpcstring · enumRequired

JSON-RPC version

Possible values:
methodstringRequired

Method name

Responses
200

RPC success or error

application/json
jsonrpcstring · enumRequiredPossible values:
idstringRequired
post/

Last updated