Skip to main content

getHealth

General node health check.

Parameters

  • None

Returns

  • <object>
    • status: "healthy"

Examples

Request

{
"jsonrpc": "2.0",
"id": 8675309,
"method": "getHealth"
}

Response

{
"jsonrpc": "2.0",
"id": 8675309,
"result": {
"status": "healthy"
}
}