ledger_getSequencerCommitmentsOnSlotByNumber

Returns sequencer commitment(s) found in the specified DA slot height.

Path Parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
heightintegerRequired
L1 DA slot height.

Response

Array of commitments found at the DA slot height (or null if none).

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).