API documentation
post
/api/v1/Instruments/orders/tpslAttaches TP/SL bracket orders to an existing position (same path as SignalR {SendTPSLOrders}). Requires an open position; sends LTP limit (TP) and/or stop (SL) legs for full position quantity.
Instruments
Parameters
version
path · string
Required
Request body
{
"instrument": "string",
"takeProfitPrice": 0,
"stopLossPrice": 0
}Responses
- 202TP/SL queued on ConnectedUser.application/json
{} - 400Validation failed or stream session unavailable.application/json
{}