Ok
const response = await fetch('https://alephium.nownodes.io/blockflow/is-block-in-main-chain?blockHash=text', { method: 'GET', headers: {}, }); const data = await response.json();
false