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