API 文档
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
参数
version
path · string
必需的
请求体
{
"instrument": "string",
"takeProfitPrice": 0,
"stopLossPrice": 0
}响应
- 202TP/SL queued on ConnectedUser.application/json
{} - 400Validation failed or stream session unavailable.application/json
{}