Hi Binance Dev Team,
I’m currently using the POST /fapi/v1/order
API to place Stop Market orders on Binance Futures. By default, it seems that the system uses Mark Price as the trigger price. However, I would like to use Last Price instead.
Could you please clarify:
- How can I configure my order to be triggered by Last Price instead of Mark Price when using
POST /fapi/v1/order
? - Are there any additional parameters or settings required to achieve this?
- Are there any limitations when using Last Price for triggering Stop Market orders?
Thanks for your support!