sammchardy / python-binance

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

Added the absent api call functions in "Margin Account/Trade" section #1363

Closed lucifgy closed 1 month ago

lucifgy commented 12 months ago

I'm not exactly sure how async functions suppose to work as I haven't used them yet, I simply followed the pattern how the other functions are written. So, I'm not sure if async functions are working, otherwise, it's tested, and written with documentation. P.S. Cards on the table, I'm having difficulty understanding in what hierarchy I should write the code, at this point I randomly select a line and add functions there. So let me know if you have a guideline for that.

sammchardy commented 1 month ago

Thanks @lucifgy Generally functions are ordered related to other functions from the API documentation If it's a new section in the API document then look for the change of a section