Error APIKEY_INVALID with python 3.7.2
suntzu93 opened this issue · 0 comments
suntzu93 commented
Hello,
I'm using python 3.7.2 and I just get_balance but I got an error
{'success': False, 'message': 'APIKEY_INVALID', 'result': None, 'explanation': None}
My code :
`from bittrex.bittrex import *
my_bittrex = Bittrex('xxxx', xxxx,
api_version=API_V2_0)
print(my_bittrex.get_balance('ETH'))`
Please tell me if you have any suggest !