OK
"pong"
const response = await fetch('https://thor.nownodes.io/thorchain/ping', { method: 'GET', headers: {}, }); const data = await response.json();
{ "ping": "pong" }