Skip to content
Alchemy Logo

ledger_getSequencerCommitmentsOnSlotByHash

POST
/{apiKey}

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

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^[0-9a-fA-F]{64}$"required

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

Responses

200

Array of commitments found at the DA slot hash.

Was this page helpful?