Skip to content
Alchemy Logo

debug_proofsSyncStatus

POST
/{apiKey}
CUs0Throughput CUs5

Returns the currently indexed block range of the node's historical proofs execution extension (ExEx). Once latest tracks chain tip, eth_getProof, debug_executePayload, and debug_executionWitness calls for any block within [earliest, latest] are served directly from this versioned proof store rather than by reverting in-memory state diffs.

Both fields can be null if the proofs store has not yet indexed any blocks (for example, immediately after the node starts and before the first block is committed).

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Responses

200

Object describing the range of blocks currently served from the historical proofs store.

Was this page helpful?