Skip to main content

Get all stored blobs

GET 

/v1/chains/:chainID/core/blobs

Get all stored blobs

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

All stored blobs

Schema
    Blobs Blob[]
  • Array [
  • hash stringrequired
    size int32required

    Possible values: >= 1

  • ]
Loading...