Returns the current status of the order.
Bearer access token. Provide as a Authorization: Bearer <token> header.
Order status retrieved successfully
Status the order is currently in. This status is updated by the system depending on the order's lifecycle state.
Buy order flow: PLACED → AWAITING_PAYMENT → PAYMENT_RECEIVED → EXECUTED → DELIVERY_INITIATED → DELIVERY_COMPLETED → COMPLETED
Sell order flow: PLACED → REDEMPTION_GATED (if locked) → EXECUTED → PAYMENT_SENT → PAYMENT_COMPLETED → COMPLETED
Orders can be CANCELLED from non-terminal states.
PLACED, AWAITING_PAYMENT, PAYMENT_RECEIVED, DELIVERY_INITIATED, DELIVERY_COMPLETED, PAYMENT_SENT, PAYMENT_COMPLETED, REDEMPTION_GATED, EXECUTED, COMPLETED, CANCELLED URL to the order resource, provided when order is completed.