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
curl -L -X GET '/v1/chains/:chainID/core/blobs/:blobHash' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Parameters
— pathrequired
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!