- GET All Orders: Get all or only active orders for all accounts
- GET Orders: Get all or only active orders for a specific account.
- GET Order: Retrieve a specific order by the order ID. Please note that NT8 order IDs are impermanent.
- GET Order Status: Retrieve the status of a specific order by the order ID. Please note that NT8 order IDs are impermanent.
- POST Cancel Order: Cancel a specific order by the order ID. Please note that order IDs in NT8 are impermanent.
- POST Cancel Orders: Cancel all orders by account and/or for a specific instrument.
- POST Cancel All Orders: Cancels all active orders across all accounts in NT8.
- POST Cancel and Bracket: Cancel all working orders and submit a bracket order in one shot
- POST Place Order: Places an order in a specific account.
- POST Flat Place Order: Flattens any existing positions prior to placing an order.
- POST Replace Order: Cancels order by given ID and then replaces it with a new order.
- PUT Change Order: Change a limited number of fields in an existing order without replacing the order.