/transaction/{txHash}?sender={senderAddress}&withResults=true
the transaction hash to search for
the address in bech32 format
curl -L \ --url 'https://egld.nownodes.io/transaction/{txHash}?sender={senderAddress}&withResults=true'
{ "nonce": 1, "value": "text", "receiver": "text", "sender": "text", "senderusername": [ 1 ], "receiverusername": [ 1 ], "gasprice": 1, "gaslimit": 1, "data": [ 1 ], "signature": "text", "chainid": "text", "version": 1, "options": 1 }