v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
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
  }
}