/transaction/{txhash}
the transaction hash to search for
curl -L \ --url 'https://egld.nownodes.io/transaction/{txhash}'
{ "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 }
/transaction/{hash}
the hash of the transaction to look after
curl -L \ --url 'https://egld.nownodes.io/transaction/{hash}'
{ "data": {}, "error": "text", "code": "text" }