v1
latestOpenAPI 3.1.02026-07-2612501.4 MBGetNodeSyncing
Get node syncing status. Requests the beacon node to describe if it's currently syncing or not, and if it is, what block it is up to.
get/{apiKey}/eth/v1/node/syncing
Path parameters
apiKeystring required
<style>
.custom-style {
color: #048FF4;
}
</style>
For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.
Response
Node syncing status
Example response
{
"data": {
"head_slot": "1",
"sync_distance": "1"
}
}