Process status

returns the processing status of the transaction which corresponds to the hash. It searches for SCRs generated by the transaction and computes the actual processing status

get
Path parameters
txhashstringRequired

the transaction hash to search for

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

successful operation

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