# Trading Orders ## Place Order - [POST /trading/api/v3/Orders](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/trading-orders/createtradingorder.md): Place a new order, this endpoint is used for all supported order types ## List Orders - [GET /trading/api/v3/Orders](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/trading-orders/listtradingorders.md): Get status of all orders, can be filtered using optional query params ## Cancel Order - [DELETE /trading/api/v3/Orders](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/trading-orders/canceltradingorder.md): Besides the required properties, either an orderId or a clientOrderId must be provided to cancel an order ## Get Order - [GET /trading/api/v3/Orders/{id}](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/trading-orders/gettradingorder.md): Provide either an orderId or a clientOrderId to get details about the order ## Request For Quote - [POST /trading/api/v3/Orders/QuoteRequest](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/trading-orders/createtradingquote.md): Create a quote that is valid for a short amount of time