API Reference
Node heartbeat
Get node health. Returns empty result (200 OK) on success, no response - in case of an error.
Response Body
application/json
application/json
curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/health"{
"id": 0,
"jsonrpc": "2.0",
"result": {
"property1": null,
"property2": null
}
}{
"id": 0,
"jsonrpc": "2.0",
"error": "Description of failure"
}