Skip to content
Alchemy Logo

citrea_syncStatus

POST
/{apiKey}

Returns the current synchronization status of the local Citrea node for both L1 (Bitcoin) and L2 (Citrea). The response reports either { Synced: <blockHeight> } or { Syncing: { headBlockNumber, syncedBlockNumber } } for each layer.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Responses

200

L1 and L2 synchronization status of the node.

Was this page helpful?