It is possible to place related orders (for example take profit or stop loss orders) via the endpoint POST /trade/v2/orders/trade/v2/orders. The order object that you post to this endpoint holds a field called Orders. Inside this array you can place order objects for the related orders you wish to place. You can find examples of doing so in the resources below.
More Resources