ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

get_withdrawal_history() does not return any withdraw history #159

Open biolypl opened 5 years ago

biolypl commented 5 years ago

Hi, I had successfully download deposit history with get_deposit_history() but withdraw equivalent returns: {'success': True, 'message': '', 'result': []} No matter if I specify the coin like get_withdrawal_history('BTC') or try to fetch all.