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