Ok
const response = await fetch('https://alephium.nownodes.io/infos/current-hashrate', { method: 'GET', headers: {}, }); const data = await response.json();
{ "hashrate": "text" }