Statuses
Description of possible statuses for Transactions and Executions.
Transactions
The tables below shows the possible statuses of adminApproval
.
Active Statuses
The table below contains statuses that are undergoing changes, and thus can change to a different status at any time.
UNCONFIRMED
Transaction has been detected in blockchain network, but the amount has not yet been
withdrawn.
SUSPENDED
Transaction is suspended and pending admin review.
PROCESSING
Transaction is in transit and will be processed shortly.
Resolved Statuses
The table below contains statuses that are in final form, and will no longer undergo any changes.
AML_DECLINED
Transaction has been declined due to AML reasons.
CANCELLED
Transaction has been cancelled upon user's request.
ERROR
DONE
Transaction has been processed.
Executions
The tables below shows the possible statuses of tradeStatus
.
Active Statuses
The table below contains statuses that are undergoing changes, and thus can change to a different status at any time.
CREATE
Trade is being created. CREATE is the first status to be seen and will remain unchanged until a possible execution is found.
AWAITING
Trade is undergoing execution or being finalized.
RFQ_EXECUTE
RFQ trade has been executed and is awaiting finalization.
CANCEL_PENDING
Trade is undergoing cancellation. Status should change to CANCELLED after a few seconds.
NOTE: you can only cancel LIMIT and TWAP orders.
Resolved Statuses
The table below contains statuses that are in final form, and will no longer undergo any changes.
COMPLETE
Trade has successfully been executed and finalized.
PARTIAL_COMPLETE
Trade has been partially executed and finalized. This could be due to several reasons, commonly caused by not having enough bids below or above the limit price provided to fill the order.
NOTE: only TWAP orders can be partially filled. If a TWAP order that was previously partially filled is being cancelled, the status will remain as CANCELLED.
EXPIRED
Trade has failed to execute. This could be due to several reasons, commonly caused by having no bids or asks, below or above the limit price provided to fill the order.
CANCELLED
Trade has been cancelled upon user's request. A cancelled order could have been partially filled before cancellation.
NOTE: only TWAP, LIMIT and SNIPER (Orders V2) orders can be cancelled.
ERROR
Approvals
The tables below shows the possible statuses of status
.
Active Statuses
The table below contains statuses that are undergoing changes, and thus can change to a different status at any time.
PENDING
Approval request has been created and is pending review.
Resolved Statuses
The table below contains statuses that are in final form, and will no longer undergo any changes.
APPROVED
Approval request has been approved by an approver and a withdrawal has been initiated.
NOTE: users can't approve their own
approval requests.
REJECTED
Approval request has been rejected by an approver.
NOTE: users can't reject their own
approval requests.
CANCELLED
Approval request has been cancelled by user. NOTE: users can only cancel their own approval requests.