Get node health. Returns empty result (200 OK) on success, no response - in case of an error.
Gets Node Health
0
"2.0"
const response = await fetch('https://thor-tendermint.nownodes.io/health', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": 0, "jsonrpc": "2.0" }