Set TP/SL
Sets or updates take-profit (TP) and stop-loss (SL) prices for an existing order or open position.
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired
For third party retail API users
Body
symbolstringRequiredExample:
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$orderIdstring · uuidRequired
newTakeProfitPricestring · nullableOptionalExample:
the price set to close the position for a profit.
###.###newStopLossPricestring · nullableOptionalExample:
the price set to close the position to limit losses.
###.###Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
put
/api/v1/trade/orderLast updated
