Success
const response = await fetch('https://strax.nownodes.io/Unity3d/tip', { method: 'GET', headers: {}, }); const data = await response.json();
{ "tipHash": "text", "tipHeight": 0 }