4lfclvr
Results
1
comments of
4lfclvr
Figured out what the problem is. In the withdraw method in bittrex.py your code probably looks like this: return self._api_query(path_dict={ API_V1_1: '/account/withdraw', API_V2_0: '/key/balance/withdrawcurrency' }, options={'currency': currency, 'quantity': quantity, 'address':...