Success
const response = await fetch('https://strax.nownodes.io/Unity3d/getutxosforaddress', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balanceSat": 0, "utxOs": [ { "hash": "text", "n": 0, "satoshis": 0 } ], "reason": "text" }