GET
/
api
/
v1
/
celestia
/
blob
cURL
curl --request GET \
  --url https://eth.blockscout.com/api/v2/api/v1/celestia/blob
{
  "height": "<string>",
  "namespace": "<string>",
  "commitment": "<string>",
  "timestamp": "<string>",
  "size": "<string>",
  "data": "<string>"
}

Query Parameters

height
string
commitment
string
skipData
boolean

Response

200
application/json

A successful response.

The response is of type object.