Orders
Trading order management
📄️ List Orders
Lists all orders from the given trading account.
📄️ Place Order
Places a new order. There are several types of orders available - Market, Limit, TWAP, and SteadyPace (the latter two optionally support a limit price).
📄️ Get Order
Get an order by order ID.
📄️ Cancel Order
Submits a request to cancel a previously placed order. The successful response confirms the request submission only, not the final order cancellation.