the transaction hash to search for
the address in bech32 format
successful operation
const response = await fetch('https://egld.nownodes.io/transaction/{txHash}?sender={senderAddress}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "nonce": 0, "value": "text", "receiver": "text", "sender": "text", "senderusername": [ 0 ], "receiverusername": [ 0 ], "gasprice": 0, "gaslimit": 0, "data": [ 0 ], "signature": "text", "chainid": "text", "version": 0, "options": 0 }