Skip to main content
Version: Next

health namespace

health_nodeStatus

Check health status of the node

curl localhost:8545 \
-X POST \
-H "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 0,
"method": "health_nodeStatus",
"params": []
}'