Get the value of the supplied field (key)
GET/v1/chains/:chainID/core/blobs/:blobHash/data/:fieldKey
Get the value of the supplied field (key)
Request
Path Parameters
chainID stringrequired
ChainID (Bech32)
blobHash stringrequired
BlobHash (Hex)
fieldKey stringrequired
FieldKey (String)
Query Parameters
block string
Block index or trie root
Responses
- 200
- 401
The value of the supplied field (key)
- application/json
- Schema
- Example (from schema)
Schema
valueData stringrequired
The blob data (Hex)
{
"valueData": "valueData"
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...