Ok
const response = await fetch('https://alephium.nownodes.io/events/block-hash/{blockHash}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "events": [ { "txId": "text", "contractAddress": "text", "eventIndex": 0, "fields": [ { "value": "text", "type": "text" } ] } ] }