ericsomdahl / python-bittrex

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

Error APIKEY_INVALID with python 3.7.2 #160

Closed suntzu93 closed 5 years ago

suntzu93 commented 5 years ago

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 !