health - Cosmos
health. Checks the health status
health - Cosmos [Value: 20CU]
Checks the health status
Use cases
- Check the health status of the node
- Ensure node is operational and responding
- Monitor node uptime and availability
Constraints
- Limited information returned, just health status
- Doesn't provide detailed diagnostic data
- Network issues may affect health status check
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
}'
Response
200
{
"jsonrpc": "2.0",
"result": "ok",
"id": 1
}
Request params
idinteger
jsonrpcstring
methodstring
Response
200
The result object indicating the health status of the nodeResponse params
object
idinteger
jsonrpcstring
resultstring