ledger_getSequencerCommitmentsOnSlotByHash

Returns sequencer commitment(s) found in the DA slot identified by its L1 block hash.

Path Parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
hashstringRequiredformat: "^[0-9a-fA-F]{64}$"

32-byte DA slot hash (hex, without 0x).

Response

Array of commitments found at the DA slot hash.
merkleRootstringformat: "^0x[0-9a-f]{64}$"
Merkle root of sequencer commitment.
indexstringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

Global commitment index (hex quantity).

l2EndBlockNumberstringformat: "^0x([1-9a-f]+[0-9a-f]*|0)$"

Last L2 block included in this commitment (hex quantity).