health

Get node health. Returns empty result (200 OK) on success, no response - in case of an error.

Parameters

  • No parameters are needed.
curl https://cosmos-mainnet-archive.allthatnode.com:26657/8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj \
--header "Content-Type: application/json" \
--data '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "health"
}'

Returns

  • Returns empty result (200 OK) on success. In case of an error, no response.
{"jsonrpc":"2.0","id":1,"result":{}}

Try Yourself

Language
Click Try It! to start a request and see the response here!