health - Cosmos

health. Checks the health status

health - Cosmos [Value: 20CU]
Checks the health status
Use cases

Use cases

  • Check the health status of the node
  • Ensure node is operational and responding
  • Monitor node uptime and availability
Constraints

Constraints

  • Limited information returned, just health status
  • Doesn't provide detailed diagnostic data
  • Network issues may affect health status check
Get started
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key

Language

Request
Examples
curl --location 'https://cosmos-hub.drpc.org' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "method": "health",
    "params": [],
    "id": 1
}'
Copy
Response
200
{
  "jsonrpc": "2.0",
  "result": "ok",
  "id": 1
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
ParametersThis method does not accept any parameters.

Response

200
The result object indicating the health status of the node

Response params

object
idinteger
jsonrpcstring
resultstring