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>" }
A successful response.
The response is of type object.
object
Was this page helpful?