Python 3 Binance API wrapper built over Pandas and CCXT Libraries
- Author: Daniel J. Umpierrez
- Version: 0.1.6
- python >= 3.6
- pandas >= 23.0
- ccxt
- New method get_aggregated_trades (not available in ccxt)
- Added ccxt.base.errors.RequestTimeout exception catch.
- Decorator implemented for check some method args values.
- Improved get_trades method by adding a fromId param
- Fixed "invalid amount" error at buy_limit method
- Deleted repeated code for get_profit method
- Minor fixes
- Minor fix
- Minor fix
- Minor fix
- market_buy method to place market buy orders
- market_sell method to place market sell orders
- limit_buy method limit to place limit buy orders
- limit_sell method to place limit buy orders
- Initial commit