HTTP Methods
GetHealth
getHealth RPC Method
Returns the current health of the node.
Health Criteria
A healthy node is one that is within HEALTH_CHECK_SLOT_DISTANCE
slots of the latest cluster confirmed slot.
Parameters
None
Code Sample
Response
Unhealthy Node Response
When the node is unhealthy, a JSON RPC error response will be returned instead of the “ok” result.
Result Details
- If the node is healthy: Returns the string
"ok"
- If the node is unhealthy: A JSON RPC error response is returned
Important Notes
- The specifics of the error response are UNSTABLE and may change in the future
- Health is determined by the node’s proximity to the latest cluster confirmed slot