Getting Blobs
Last updated
Last updated
Blobs are the raw data payloads your applications submit and store on-chain.
Typically, each user account 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.
Retrieves all blobs across an entire network (e.g. Cloud Network).
Retrieves all blobs tagged under a particular namespace (e.g. home.alice.cloud
).
Lists blobs uploaded by a specific blober program between two timestamps.
Lists blobs funded by a given payer account over a time range.
Fetches every blob (byte-array) stored in a single slot.