Home

Get Node Synchronization State

POST
https://dot.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstring

JSON-RPC protocol version. Polkadot uses version "2.0".

methodstring

The name of the RPC method to call.

idinteger

Unique 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.