Status
Returns overall transaction status and all of its known payloads based on supplied intent hash.
Body
all ofOptionalExample:
{"intent_hash":"<transaction-intent-hash>"}
Responses
200
Transaction Status
application/json
Responseall of
4XX
Client-originated request error
application/json
post
POST /transaction/status HTTP/1.1
Host: xrd-gateway.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"intent_hash": "<transaction-intent-hash>"
}
{
"ledger_state": {
"network": "<network-name>",
"state_version": 1,
"proposer_round_timestamp": "text",
"epoch": 1,
"round": 1
},
"status": "Unknown",
"intent_status": "Unknown",
"intent_status_description": "text",
"known_payloads": [
{
"payload_hash": "text",
"status": "Unknown",
"payload_status": "Unknown",
"payload_status_description": "text",
"error_message": "text",
"latest_error_message": "text",
"handling_status": "HandlingSubmission",
"handling_status_reason": "text",
"submission_error": "text"
}
],
"committed_state_version": 1,
"permanently_rejects_at_epoch": 1,
"error_message": "text"
}