JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

BinanceRestClient Isolated Allocated Margin #1312

Closed alaky2 closed 6 months ago

alaky2 commented 8 months ago

Hi, There is no way to know the current Isolated "allocated margin" to an open position. The UsdFuturesApi.Account.ModifyPositionMarginAsync response has "Amount" property that is the amount of added or reduced amount to the allocated margin. How can we have the current allocated marging in Isolated Futures Position? Please see the picture. AllocatedMargin

JKorf commented 6 months ago

Has been added, see #1314