# Orders

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