Status

returns the status of 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}/status HTTP/1.1
Host: egld.nownodes.io
Accept: */*
200

successful operation

{
  "data": {
    "status": "text"
  },
  "error": "text",
  "code": "text"
}