python-bittrex
python-bittrex copied to clipboard
get_withdrawal_history() does not return any withdraw history
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.