Question about using Last Price for Stop Market Orders on Binance Futures

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:

  1. How can I configure my order to be triggered by Last Price instead of Mark Price when using POST /fapi/v1/order?
  2. Are there any additional parameters or settings required to achieve this?
  3. Are there any limitations when using Last Price for triggering Stop Market orders?

Thanks for your support! :rocket:

The workingType parameter decides which price is used to trigger stop orders.

  • MARK_PRICE — asset mark price
  • CONTRACT_PRICE — last trade price
1 Like