Health
Get node health. Returns empty result (200 OK) on success, no response - in case of an error.
Responses
200
Gets Node Health
application/json
Responseall of
Empty Response
500
empty error
application/json
get
GET /health HTTP/1.1
Host: stride-tendermint.nownodes.io
Accept: */*
{
"id": 0,
"jsonrpc": "2.0",
"result": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}