Transaction?sender={senderAddress}

returns the transaction which corresponds to the hash (faster because will ask for transaction from the observer which is in the shard in which the address is part).

get
Path parameters
txhashstringRequired

the transaction hash to search for

Default: null
senderAddressstringRequired

the address in bech32 format

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
}