Get batch by EigenDA data hash.
Retrieves an Arbitrum batch associated with the given EigenDA data hash. By default, returns the most recently associated batch. When type=all, returns a paginated list of all batches referencing this data hash.
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
EigenDA data hash (Keccak-256 of the blob header).
^0x([A-Fa-f0-9]{64})$The ID of the blockchain
Query Parameters
When set to all, returns a paginated list of all batches for this data hash.
all Number of items per page
x >= 1Number for paging
Response
Batch info, or paginated batch list when type=all.
- Arbitrum.BatchByEigenda
- Option 2
Arbitrum batch with EigenDA data availability.
Accumulator hash of the sequencer inbox after this batch was appended. Must equal before_acc_hash of the next batch.
^0x([A-Fa-f0-9]{64})$Accumulator hash of the sequencer inbox before this batch was appended. Forms a hash chain: must equal after_acc_hash of the previous batch.
^0x([A-Fa-f0-9]{64})$Parent chain transaction that committed the batch.
EigenDA data availability blob reference.
Last Rollup block included in the batch.
x >= 0Sequential identifier assigned to this batch by the sequencer.
x >= 0First Rollup block included in the batch.
x >= 0Number of transactions in the batch.
x >= 0