Success
const response = await fetch('https://strax.nownodes.io/Unity3d/getblockheader', { method: 'GET', headers: {}, }); const data = await response.json();
{ "merkleroot": "text", "bits": "text", "previousblockhash": "text" }