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

Update please examples on front page #149

Open
yuchdev opened this issue Mar 29, 2018 · 0 comments
Open

Update please examples on front page #149

yuchdev opened this issue Mar 29, 2018 · 0 comments

Comments

@yuchdev
Copy link

yuchdev commented Mar 29, 2018

Basic example you provided is misleading (and does not work with TypeError: unsupported operand type(s) for /: 'float' and 'str')

my_bittrex = Bittrex(None, None, api_version=API_V2_0)  # or defaulting to v1.1 as Bittrex(None, None)
my_bittrex.get_markets()

It looks like Bittrex.__init__ has 3 first params key, secret, and version. However, init has more params:
def __init__(self, api_key, api_secret, calls_per_second=1, dispatch=using_requests, api_version=API_V1_1):

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

1 participant