Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always the same mistake #145

Open
ArturoJ opened this issue Mar 13, 2018 · 2 comments
Open

Always the same mistake #145

ArturoJ opened this issue Mar 13, 2018 · 2 comments

Comments

@ArturoJ
Copy link

ArturoJ commented Mar 13, 2018

from bittrex import *
my_bittrex = Bittrex("Api_Key", "Sec_Key", api_version=API_V2_0)
print(my_bittrex.get_balance('ETH'))

{'success': False, 'message': 'NO_API_RESPONSE', 'result': None}

Also with API 1_1

@ArturoJ
Copy link
Author

ArturoJ commented Mar 13, 2018

from bittrex import *
my_bittrex = Bittrex(None, None, api_version=API_V1_1)
print(my_bittrex.get_markets())

{'success': False, 'message': 'NO_API_RESPONSE', 'result': None}

@cryptobeaver
Copy link

You need to change the "Api_Key" and "Sec_Key" to a valid one from your Bittrex account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants