Get Node Synchronization State
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns the current synchronization state of the Polkadot node. This includes the block number where synchronization started, the current block the node has synced to, and the highest known block in the network. This method is useful for monitoring sync progress and determining if a node is fully synchronized.
Body
application/json
jsonrpcstringJSON-RPC protocol version. Polkadot uses version "2.0".
methodstringThe name of the RPC method to call.
idintegerUnique identifier for the request. Used to match responses with requests.
paramsArray<any>Parameters for the method. This method does not require any parameters.
Response
200OK
Successful response with node synchronization state information.