When i read how stop loss limit works on Binance article, i have to set stop price and stop limit price.
When stop price triggers it sets stop limit price as stop loss. On API i can see that you only have to set stop price and price. Whats is field “price” and “stop price” used for?
The stop loss limit on the API means triggering a limit order at a specific price. Therefore, the stop price parameter is the ‘trigger price’ and the price parameter is for the limit order.
1 Like
Thank you for clarifying.