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

API_V1_1 and API_V2_0 should be v1.1 and v2.0? #161

Open
seanspotatobusiness opened this issue May 9, 2019 · 1 comment
Open

API_V1_1 and API_V2_0 should be v1.1 and v2.0? #161

seanspotatobusiness opened this issue May 9, 2019 · 1 comment

Comments

@seanspotatobusiness
Copy link

There is example code which says

my_bittrex = Bittrex("<my_api_key>", "<my_api_secret>", api_version="<API_V1_1> or <API_V2_0>")

but when I execute this I get an error and I think it should be written as "v1.1" and "v2.0" which stops that error occuring.

@sigmund505
Copy link

There is example code which says

my_bittrex = Bittrex("<my_api_key>", "<my_api_secret>", api_version="<API_V1_1> or <API_V2_0>")

but when I execute this I get an error and I think it should be written as "v1.1" and "v2.0" which stops that error occuring.

Had a related problem with the Bittrex version and solved it by using the Beta "bleeding edge development" lib:

pip3 install git+https://github.com/ericsomdahl/python-bittrex.git

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