the transaction hash to search for
successful operation
the hash of the transaction to look after
const response = await fetch('https://egld.nownodes.io/transaction/{txhash}', { 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 }
const response = await fetch('https://egld.nownodes.io/transaction/{hash}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "error": "text", "code": "text" }