-
Notifications
You must be signed in to change notification settings - Fork 25
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
Don't appear all my coins when I run "balance" command #15
Comments
Hi.Thanks for your report. Torsten |
Hi, thank you so much for your prompt response. |
@dsiervo I will check the code. |
Tests show that ETC, ETH, GNT and XRP are actually included in the response from the server. So I assume there is an issue with filtering the coins. The patch on https://gist.github.com/toirl/5b786e9bbb8c152bd50a51727de33300 removes the filtering completely. So applying this on recent master results in the currency get listed when invoking the balance command. Can you confirm this? |
Hi, applying the patch it shows me all of the coins in poloniex and therefore my complete balance.
|
For currently unknown reasons the quantity of some coins in the balance command are 0 but the calculated value in btc is larger than 0. To get those coins at least listed within the balance command the if condition to check wheter a coin is included or not was adapted. Leaving back the issue of the empty quantity.
@dsiervo I am sorry I can not repoduce this issue. I just bought some XRP to try to reproduce the reported issue with no success. Even very small amounts of coins seems to be listed just fine:
But I changed the check condition in the code to check for the btc_value ans not for the quantity of coins. This is a workaround to get at least the coins listed. The issue not showing a quantity of coins still remains. I will file a new ticket for this: #19 |
Description
I was trying to get my balance trough balance command, but the result only
show 3 of my 8 bags in poloniex.
How would I get my complete balance? Thanks for you reply.
Describe what you were trying to get done.
What I Did
The output
The text was updated successfully, but these errors were encountered: