GET
/
api
/
v1
/
celestia
/
l2BatchMetadata
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>"
    }
  ]
}

Query Parameters

height
string
namespace
string
commitment
string

Response

200
application/json

A successful response.

The response is of type object.