the transaction hash to search for
null
GET /transaction/{txhash} HTTP/1.1 Host: egld.nownodes.io Accept: */*
successful operation
{ "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 }
the hash of the transaction to look after
GET /transaction/{hash} HTTP/1.1 Host: egld.nownodes.io Accept: */*
{ "data": {}, "error": "text", "code": "text" }