sammchardy / python-binance

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

Add some future api endpoints #566

Open xyshell opened 4 years ago

xyshell commented 4 years ago

I noticed that there are some endpoints in binance future api doc not implemented in this python sdk yet.

This PR #565 add one endpoint futures_change_position_mode to binance/client.py

xyshell commented 4 years ago

565 Also added futures_get_position_mode now