Can someone say how to get current positions by python-binance? Like "WAVESUSDT" on screen.
Here is the documentation, but I can't find there this method. Could someone help me, please? https://python-binance.readthedocs.io/en/latest/account.html#account
Found, yeah!
client = Client(api,key)
client.futures_account()['positions']