Ok
const response = await fetch('https://alephium.nownodes.io/blockflow/raw-blocks/{block_hash}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "value": "text" }