/
/Wasp API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
auth2
chains19
corecontracts26
  • getGet all assets belonging to an account
  • getGet all foundries owned by an account
  • getGet all NFT ids belonging to an account
  • getGet the current nonce of an account
  • getGet the foundry output
  • getGet the NFT data by an ID
  • getGet a list of all registries
  • getGet all stored assets
  • getGet all fields of a blob
  • getGet the value of the supplied field (key)
  • getGet the block info of the latest block
  • getGet all receipts of the latest block
  • getGet the request ids for the latest block
  • getGet the block info of a certain block index
  • getGet all receipts of a certain block
  • getGet the request ids for a certain block index
  • getGet the control addresses
  • getGet events of the latest block
  • getGet events of a block
  • getGet events of a request
  • getGet the receipt of a certain request id
  • getGet the request processing status
  • getGet the error message format of a specific error id
  • getGet the allowed state controller addresses
  • getGet the chain info
  • getGet the chain owner
metrics4
node12
requests1
users6
  • getReturns 200 if the node is healthy.
  • getThe websocket connection service
corecontracts

Get all fields of a blob

get/v1/chains/{chainID}/core/blobs/{blobHash}

Path parameters

chainIDstring string required

ChainID (Bech32)

blobHashstring string required

BlobHash (Hex)

Query parameters

blockstring string

Block index or trie root

Response

All blob fields and their values

fieldsobject required

Example response

{
  "fields": {
    "key": 0
  }
}

Changes