get maintenance rate from API

Hello,

Is there a way to get the information of this page through the API : Leverage & Margin of Futures Contracts | Binance Futures

Without this information per pair there is no way we can calculate with precision the liquidation price.

The formula from the doc : How to Calculate Liquidation Price of USDⓈ-M Futures Contracts | Binance Support
Is working very well but we need the maintenance margin rate + maintenance amount to have precision on the result.

How can I get all this information for each pair ?

Thank you.

https://binance-docs.github.io/apidocs/futures/en/#notional-and-leverage-brackets-user_data

This endpoint should be suffice for you to work out everything. You can get it by symbol.

Hello, thank you very much, it’s working very well!