Ok
const response = await fetch('https://alephium.nownodes.io/transactions/raw/{txId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "value": "text" }