Pending Orders
Orders with a “pending” status have fewer fields in the response.- Pending limit orders do not have
stp,time_in_force,expire_time, andpost_only. - Pending market orders have the same fields as a pending limit order minus
priceandsize, and no market specific fields (funds,specified_funds). - Pending stop orders have the same fields as a pending limit order and no stop specific fields (
stop,stop_price).
| Order Type | Does Not Have These Fields |
|---|---|
| Pending Limit Order | stp, time_in_force, expire_time, post_only |
| Pending Market Order | stp, time_in_force, expire_time, post_only, price, size, funds, specified_funds |
| Pending Stop Order | stp, time_in_force, expire_time, post_only, stop, stop_price |
API Key Permissions
This endpoint requires either the “view” or “trade” permission.Order Status and Settlement
Orders which are no longer resting on the order book, are marked with thedone status. There is a small window between an order being done and settled. An order is settled when all of the fills have settled and the remaining holds (if any) have been removed.
Polling
For high-volume trading it is strongly recommended that you maintain your own list of open orders and use one of the streaming market data feeds to keep it updated. You should poll the open orders endpoint once when you start trading to obtain the current state of any open orders.executed_value is the cumulative match size * price and is only present for orders placed after 2016-05-20.
Open orders can change state between the request and the response depending on market conditions.
Pagination
This request is paginated. See Pagination for more information.Authorizations
Query Parameters
Available options:
created_at, price, size, order_id, side, type Available options:
desc, asc Response
Available options:
buy, sell Available options:
limit, market, stop Available options:
open, pending, rejected, done, active, received, all Available options:
GTC, GTT, IOC, FOK Available options:
loss, entry