sammchardy / python-binance

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

Update client.py #1228

Closed killerbhai closed 1 year ago

killerbhai commented 2 years ago

Added method get_open_oco_orders

now you get can get only open_oco_orders with this Client.get_open_oco_orders()

sammchardy commented 1 year ago

Thanks @killerbhai