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

get_open_orders #141

Open
N17ro opened this issue Feb 21, 2018 · 2 comments
Open

get_open_orders #141

N17ro opened this issue Feb 21, 2018 · 2 comments

Comments

@N17ro
Copy link

N17ro commented Feb 21, 2018

Hi , someone know how to have the real value of "limit"
when i send for example my_bittrex.get_open_orders('btc-xvg')
the limit is showing bad result 'Limit': 1e-05
other test with get_order_history() the limit answwer correctly

@cryptobeaver
Copy link

It's not a bad result, it's python output using a mathematic shorthand instead of putting 0.00001 it is making it 1e-05 which is same.

@N17ro
Copy link
Author

N17ro commented Mar 23, 2018 via email

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