the transaction hash to search for
the address in bech32 format
successful operation
const response = await fetch('https://egld.nownodes.io/transaction/{txHash}/status?sender={senderAddress}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "status": "text" }, "error": "text", "code": "text" }