We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: