Ok
const response = await fetch('https://alephium.nownodes.io/blockflow/headers/{block_hash}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "hash": "text", "timestamp": 0, "chainFrom": 0, "chainTo": 0, "height": 0, "deps": [ "text" ] }