Orders
Last updated
Last updated
Retrieve a list of orders with optional filtering and pagination.
/v1/orders
Filter orders by client provided reference parameter
Filter orders by order status
PLACED
, FILLED
, FAILED
, CANCELED
Filter orders by when the order was placed. Lower bound, exclusive
Filter orders by when the order was placed. Upper bound, inclusive
Filter orders by when the order was completely filled. Lower bound, exclusive
Filter orders by when the order was completely filled. Upper bound, inclusive
Filter orders by account ID
When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.
When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.
Will sort the returned data using the specified field.
orderStatus
, placedAt
, completedAt
Specifies the sort direction for the sortField.
ASC
, DESC