const response = await fetch('https://alephium.nownodes.io/utils/target-to-hashrate', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "target": "1b032b55" }), }); const data = await response.json();
{ "hashrate": "text" }