Home

Get Node Health Status

POST
https://dot.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the current health status of the Polkadot node. This includes the number of connected peers, whether the node is syncing with the network, and whether it should have active peer connections. This method is commonly used for monitoring node availability and readiness.

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 health information.