Orders
Last updated
Last updated
Retrieve a list of orders with optional filtering and pagination.
Filter orders by client provided reference parameter
Filter orders by order status
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.
Specifies the sort direction for the sortField.
Create an order. You can place three types of orders: limit, rfq and market. Orders can only be placed if your account has sufficient funds. Once an order is placed, your account funds will be put on hold for the duration of the order. How much and which funds are put on hold depends on the order type and parameters specified.
Execute a previously requested quote. Creates an Order and Executes it. Retuns both the order and the execution.
Create a Limit Order
Create a MARKET Order