Success
const response = await fetch('https://strax.nownodes.io/Unity3d/validateaddress', { method: 'GET', headers: {}, }); const data = await response.json();
{ "isvalid": false, "address": "text", "scriptPubKey": "text", "isscript": false, "iswitness": false }