v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
arbitrum

Get batch by Celestia blob reference.

Retrieves an Arbitrum batch whose data availability blob is identified by the given Celestia block height and transaction commitment hash.

get/{chain_id}/api/v2/arbitrum/batches/da/celestia/{height}/{transaction_commitment}

Path parameters

heightinteger required

Celestia block height.

transaction_commitmentstring required

Celestia transaction commitment hash.

chain_idstring required

The ID of the blockchain

Response

Batch info.

after_acc_hashstring required

Accumulator hash of the sequencer inbox after this batch was appended. Must equal before_acc_hash of the next batch.

before_acc_hashstring required

Accumulator hash of the sequencer inbox before this batch was appended. Forms a hash chain: must equal after_acc_hash of the previous batch.

end_block_numberinteger required

Last Rollup block included in the batch.

numberinteger required

Sequential identifier assigned to this batch by the sequencer.

start_block_numberinteger required

First Rollup block included in the batch.

transactions_countinteger required

Number of transactions in the batch.