Ok
const response = await fetch('https://alephium.nownodes.io/blockflow/hashes?fromGroup=0&toGroup=0&height=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "headers": [ "text" ] }