/health
Get node health. Returns empty result (200 OK) on success, no response - in case of an error.
Parameters:
None
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/rpc/v1/<your-api-key>/health
// Result
{
"jsonrpc": "2.0",
"id": -1,
"result": {}
}
Last updated
Was this helpful?