Position
Set Trading Stop
Set the take profit, stop loss or trailing stop for the position.
post/api/v1/position/trading-stop
Request body
Example request
{
"symbol": "BTCUSDC"
}Response
Trading stop set
Example response
{
"time": "1672531200000"
}