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