Skip to main content

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

The value of the supplied field (key)

Schema
    valueData stringrequired

    The blob data (Hex)

Loading...