Order Status
When a valid order is received by CoinJar Exchange, an initial state is returned immediately with no waiting period. The initial state can be one of the following:
booked
: Order is received and being worked on. If order received partial fills, the order stays asbooked
with a non-zerofilled
value. If order has a time-in-force ofAO
, the order stays asbooked
until the end of the auction.filled
: Order is completely filled. A marketable order immediately transitions to this state.cancelled
: Order is cancelled. An initial status ofcancelled
indicates that the order no longer satisfies the time-in-force setting (e.g. non-marketable IOC order). If order received partial fills before being cancelled, the order status iscancelled
with a non-zerofilled
value.
Both filled
and cancelled
states are permanent. Orders in the booked
will transition to filled
when it is completely filled, or cancelled
if it is cancelled by the account holder.
Updated over 2 years ago