ExchangeStatus
Status of the exchange
statestringrequired
State of the exchange
Possible values: [DRAFT
, SUBMITTING
, UNKNOWN
, SUBMITTED
, ORDERED
, ORDER_SETTLED
, SUCCESS
, REJECTED
, FAILED
, CANCELLED
]
Example:
SUBMITTED
reasonstring
Reason for the exchange state
Possible values: [DRAFT
, SUBMITTING
, UNKNOWN
, SUBMITTED
, ORDERED
, ORDER_SETTLED
, SUCCESS
, REJECTED
, FAILED
, FAILED_BREACHES_LIMIT
, CANCELLED
]
Example:
REJECTED_BREACHES_LIMIT
completeboolean
Completion status of the exchange
Example:
false
ExchangeStatus
{
"state": "SUBMITTED",
"reason": "REJECTED_BREACHES_LIMIT",
"complete": false
}