python-bittrex icon indicating copy to clipboard operation
python-bittrex copied to clipboard

get_withdrawal_history() does not return any withdraw history

Open biolypl opened this issue 5 years ago • 0 comments

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.

biolypl avatar Mar 28 '19 12:03 biolypl