Skip to main content

Get all fields of a blob

GET 

/v1/chains/:chainID/core/blobs/:blobHash

Get all fields of a blob

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    blobHash stringrequired

    BlobHash (Hex)

Query Parameters

    block string

    Block index or trie root

Responses

All blob fields and their values

Schema
    fields Fieldsrequired
    property name* int32
Loading...