Liquidation Price???

Hello,

When i placed an order in margin market or futures market, how can i learn the liquidation price?

There is a huge formula here, it seems complicated.

Is there any endpoint in the api so that i get liquidation price of position?

Liquidation price can be obtained from this endpoint: Binance API Documentation

Thanks @Chai :slight_smile: That what i need for futures market. But What about spot margin positions liquidation price?

https://binance-docs.github.io/apidocs/spot/cn/#user_data-28

You may use the endpoint above to obtain the margin level then based on the margin level you can use it to gauge your liquidation.
(Binance Margin Level and Margin Call | Binance)

Hi @Chai ,

Can you show how to gauge margin level to calculate liquidation price?