curl --request GET \
--url https://data-api.b3.fun/blockscout/api/v1/celestia/blob
{
"height": "<string>",
"namespace": "<string>",
"commitment": "<string>",
"timestamp": "<string>",
"size": "<string>",
"data": "<string>"
}
curl --request GET \
--url https://data-api.b3.fun/blockscout/api/v1/celestia/blob
{
"height": "<string>",
"namespace": "<string>",
"commitment": "<string>",
"timestamp": "<string>",
"size": "<string>",
"data": "<string>"
}
A successful response.
The response is of type object
.