-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Yobit fetch_balance() #329
Comments
Hi! Thanks a lot for this very high quality report! I will look into it and get back to you shortly! |
Ok, this is fixed in version 1.9.165+. Please update and retry the same code, it should work normally. That was an easy bug leftover due to recent unification of BTC-e clones' APIs inside ccxt. Thx again for your involvement, really appreciate the format of your issue! Most issues can be closed in seconds if they are reported in such a clean and understandable way. Let us know if you have any other difficulties with the library or any other questions. Cheers! |
hey @kroitor , happy to be involved with such a great and useful project!
|
Oh, my bad, another one left there. One sec. |
Can you please update (1.9.167+) and retry the same code once again? |
Perfect it works. Thank you! |
@md0101 thx! |
@kroitor whilst the code throws no errors, it seems there is an inconsistency with the output. I have no bids, offers or open trades in my account, just a balance in BTC and ETH BTC shows the correct 'free' balance and 0.0 for 'used' but 0.0 for 'total' 'funds' and 'funds_incl_orders' is reporting correctly
|
@md0101 ok, thx for reporting, I'll debug it further. Sorry for the inconvenience. Will be fixed, hopefully, soon. Stay tuned, please. |
Ok, must be fixed for sure now. Please update once again and retry. Should be totally consistent. Thx for your participation! |
@kroitor yep that did it, thanks as always |
Hi,
with this code
I am seeing this KeyError
The text was updated successfully, but these errors were encountered: