ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

get_open_orders #141

Open N17ro opened 6 years ago

N17ro commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

my balance was normal , not at low value ... some balance were good , some other no, i use an other soft now, thanks for your answer

2018-03-23 1:50 GMT+01:00 cryptobeaver notifications@github.com:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ericsomdahl/python-bittrex/issues/141#issuecomment-375504182, or mute the thread https://github.com/notifications/unsubscribe-auth/AWBp_NAO5klw5GgDTSvpX0WapX-aUK2Sks5thEbpgaJpZM4SN0VT .