Ok
const response = await fetch('https://alephium.nownodes.io/blockflow/chain-info?fromGroup=0&toGroup=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "currentHeight": 0 }