v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

Get the value of the supplied field (key)

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

Path parameters

chainIDstring string required

ChainID (Bech32)

blobHashstring string required

BlobHash (Hex)

fieldKeystring string required

FieldKey (String)

Query parameters

blockstring string

Block index or trie root

Response

The value of the supplied field (key)

valueDatastring string required

The blob data (Hex)

Example response

{
  "valueData": "valueData"
}