Hi, does the Bybit V5 Spot API (POST /v5/order/create, category: spot) support native Trailing Stop orders?
When I send: category: "spot", orderFilter: "StopOrder", stopOrderType: "TrailingStop", qty: "0.01", activePrice: "120000", triggerPrice: "50000"
The order goes through, but Bybit strips the trailing logic and saves it as a standard static Stop order (stopOrderType: "Stop", activationPrice: "0", trailingPercentage: "0").
If Spot Trailing Stop is supported via API, what are the exact parameter keys to set:
The Activation Price?
The Trailing Retracement (percentage or distance)?
Could you share a short JSON payload example for a Spot Trailing Stop Sell order? Thanks!