# Orders

- [Verify Order Placement](/rest-api/trading-api/orders/validate-order-placement.md): Verify a new order before placing it
- [Syntax](/rest-api/trading-api/orders/validate-order-placement/orders_previewcreateorder.md)
- [Place Order](/rest-api/trading-api/orders/place-order.md): Place a new order
- [Syntax](/rest-api/trading-api/orders/place-order/orders_placeorder.md)
- [Verify Order Replacement](/rest-api/trading-api/orders/validate-order-replacement.md): Verify an order modification before committing changes
- [Syntax](/rest-api/trading-api/orders/validate-order-replacement/orders_previewmodifyorder.md)
- [Replace Order](/rest-api/trading-api/orders/replace-order.md): Modify an existing order (cancel and replace)
- [Syntax](/rest-api/trading-api/orders/replace-order/orders_replaceorder.md)
- [Cancel an Order](/rest-api/trading-api/orders/cancel-order.md): Cancel an existing outstanding order
- [Syntax](/rest-api/trading-api/orders/cancel-order/orders_cancelorder.md)
- [Get Order's Info](/rest-api/trading-api/orders/get-orders-info.md): Retrieve information about a particular order
- [Syntax](/rest-api/trading-api/orders/get-orders-info/orders_getorder.md)
- [Get Filtered Orders](/rest-api/trading-api/orders/get-filtered-orders.md): List a user's outstanding and executed orders
- [Syntax](/rest-api/trading-api/orders/get-filtered-orders/orders_getorders.md)
