In Futures How to get Adverage and Trigger Condicions data per order set?

I do future trading. I have a bot coneccted to Binance API RES. I need help to get the Adverage and Trigger Condition data information per order, How could I get them. How do I set the comand ? I cant find it in https://binance-docs.github.io/apidocs/futures/en/#new-order-trade

I need to calculate the slipperage of the opens orders and the close orders. To calculate the Slipperage need to have the Trigger Condition (my price, the one I send to Binance) and the Adverage price (the one I get from Binance) Need to calculate the differents between both price.

Please see the pic attached

To get order info, use the Query Order endpoint

The trigger condition depends on the order type

  • MARKET/LIMIT: No trigger condition
  • STOP/TAKE_PROFIT/STOP_MARKET/TAKE_PROFIT_MARKET: stopPrice
  • TRAILING_STOP_MARKET: activatePrice

The average price is obtained from the avgPrice property