Skip to main content
GET
Batch by celestia blob.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

height
string
required

Celestia blob height in the path.

Pattern: ^-?([1-9][0-9]*|0)$
commitment
string
required

Celestia blob commitment in the path.

Pattern: ^0x([A-Fa-f0-9]*)$
chain_id
string
required

The ID of the blockchain

Response

Optimism.Batch.Detailed · object | null

Batch detailed info.

Optimism Batch struct.

batch_data_container
enum<string> | null
required
Available options:
in_blob4844,
in_celestia,
in_eigenda,
in_alt_da,
in_calldata
l1_timestamp
string<date-time>
required
l1_transaction_hashes
string[]
required
Pattern: ^0x([A-Fa-f0-9]{64})$
l2_end_block_number
integer
required
l2_start_block_number
integer
required
number
integer
required
transactions_count
integer
required
blobs
object[]