corecontracts
Get all stored blobs
get/chains/{chainID}/core/blobs
Path parameters
chainIDstring string required
ChainID (Bech32)
Response
All stored blobs
Example response
{
"Blobs": [
{
"size": 1,
"hash": "hash"
},
{
"size": 1,
"hash": "hash"
}
]
}