sammchardy / python-binance

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

Adding convert endpoints #1314

Closed cesar128 closed 1 year ago

cesar128 commented 1 year ago

Updated the client class to add support to convert endpoints (create and accept quote)

sammchardy commented 1 year ago

I've pulled the endpoints out and committed separate to the normal and async clients