Ok
const response = await fetch('https://alephium.nownodes.io/transactions/status?txId=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "blockHash": "text", "txIndex": 0, "chainConfirmations": 0, "fromGroupConfirmations": 0, "toGroupConfirmations": 0, "type": "text" }