Get error status and message
GET/?module=transaction&action=getstatus
Get error status and message
Request
Query Parameters
module stringrequired
Possible values: [transaction
]
action stringrequired
Possible values: [getstatus
]
txhash stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
result object
errDescription string
isError string
status string
{
"message": "string",
"result": {
"errDescription": "string",
"isError": "string"
},
"status": "string"
}
Loading...