Node sync status
Last updated:
Applies to: All chains
In more detail
eth_syncing returns false when the node is not syncing, or an object with startingBlock, currentBlock and highestBlock while it is. Solana's getHealth returns "ok" when the node is within the configured slot distance of the cluster tip, and an error with numSlotsBehind when it is not.