cURL
curl --request GET \ --url https://eth.blockscout.com/api/v2/api/v1/celestia/l2BatchMetadata
{ "l2ChainId": 123, "l2BatchId": "<string>", "l2StartBlock": "<string>", "l2EndBlock": "<string>", "l2BatchTxCount": 123, "l2BlockscoutUrl": "<string>", "l1TxHash": "<string>", "l1TxTimestamp": "<string>", "l1ChainId": 123, "relatedBlobs": [ { "height": "<string>", "namespace": "<string>", "commitment": "<string>" } ] }
A successful response.
The response is of type object.
object
Was this page helpful?