Ok
const response = await fetch('https://alephium.nownodes.io/transactions/tx-id-from-outputref?hint=0&key=text', { method: 'GET', headers: {}, }); const data = await response.json();
text