Node Health
health request type
Ping a node for liveness — returns `null` on success, an error on unhealthy state.
health request type
Ping a node for liveness — returns `null` on success, an error on unhealthy state.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation accepts a JSON-RPC body over POST to /.
Required request inputs: yes
{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "health",
"params": []
}jsonrpc *string2.0id *stringmethod *stringhealthparams *arrayEmpty array as this method takes no parameters
Successful response
jsonrpc *string2.0id *one ofresultobjectHealth status of the node
errorobjectcodeintegermessagestringdataobject