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