Set TP/SL

Sets or updates take-profit (TP) and stop-loss (SL) prices for an existing order or open position.

This endpoint allows users to modify an existing order by attaching or updating take-profit and stop-loss prices.

You must specify both the symbol and the orderId of the target order.

If TP or SL prices are provided, they will be linked to the active order or open position for automated risk management.

If a field is omitted or set to null, that parameter remains unchanged.

Authentication with a valid API key and trade permission scope is required.

Amend Order (TP/SL)

put
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired

For third party retail API users

Body
symbolstringRequired

Trading symbol

Example: BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$
orderIdstring · uuidRequired
newTakeProfitPricestring | nullableOptional

Precise, high-resolution integer type.

newStopLossPricestring | nullableOptional

Precise, high-resolution integer type.

Responses
200

OK

application/json
put
/api/v1/trade/order

Last updated