# Orders

Place, cancel, and query orders.

 - [POST /v2/orders](https://docs.fxinside.net/openapi/integral-api-reference/rest/orders/placeorder.md): Place a new order. You can place various types of order such as limit, market, at best, previously quoted, stop, algo, pegged, and more. Under algo orders you can execute various strategies such as TW
 - [GET /v2/orders](https://docs.fxinside.net/openapi/integral-api-reference/rest/orders/queryorderbyclientid.md): Get the order for the given client order ID. Omit the request parameter `coId` to return all active orders.
 - [DELETE /v2/orders](https://docs.fxinside.net/openapi/integral-api-reference/rest/orders/cancelallorders.md): With best effort, cancel all active orders. This may require you to make the request multiple times until all of the open active orders are cancelled. You can call [Query order (client ID or all activ
 - [GET /v2/orders/{id}](https://docs.fxinside.net/openapi/integral-api-reference/rest/orders/queryorderbyserverid.md): Get the order for the given server order ID.
 - [DELETE /v2/orders/{id}](https://docs.fxinside.net/openapi/integral-api-reference/rest/orders/cancelorder.md): Cancel a single active order by ID (the unique ID assigned by server, received in the place order response). Use [Query order (server ID)](#operation/queryOrderByServerId) or [Query order (client ID o
