Closed MihailDamian closed 1 month ago
My use case: I got 400+ symbols and unfortunately Binance dont provide a global leverage adjustment, so it can be helpful to have a method to do that, so you can call it for each symbol and dirty work is done in 1 minute instead of 1 month :))
Hi, yes you can use the restClient.UsdFuturesApi.Account.ChangeInitialLeverageAsync
method for this
Thank you, working for copy trading account too!
Is there a method to change leverage for a symbol in UsdFuturesApi? Thanks