sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.89k stars 2.2k forks source link

futures_coin_position_information() not found #755

Open gutakk opened 3 years ago

gutakk commented 3 years ago

Describe the bug I tried to call futures_coin_position_information function but got this error while other function working fine

Traceback (most recent call last):
  File "src/main.py", line 66, in <module>
    activeOrder = client.futures_coin_position_information()
AttributeError: 'Client' object has no attribute 'futures_coin_position_information'

To Reproduce

client = Client({{my_api_key}}, {{my_secret_key}})
activeOrder = client.futures_coin_position_information()

Environment (please complete the following information):

rouxam commented 3 years ago

same observation here. i dont get any futures_coin_*** when listing attributes with dir(client) . i am also on 0.7.9

Tomas-MP commented 3 years ago

I am also experiencing the same thing, the same applies for client.futures_get_position_mode() and client.futures_change_position_mode()