Get Node Health Status
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
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 health information.