Transaction

returns the transaction which corresponds to the hash

get
Path parameters
txhashstringRequired

the transaction hash to search for

Default: null
Responses
200
successful operation
application/json
get
GET /transaction/{txhash} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200

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
}

retrieves the transaction with the provided hash

get
Path parameters
hashstringRequired

the hash of the transaction to look after

Responses
200
successful operation
application/json
get
GET /transaction/{hash} HTTP/1.1
Host: egld.nownodes.io
Accept: */*
{
  "data": {},
  "error": "text",
  "code": "text"
}