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

data.balances is not iterable #34

Closed
matty8444 opened this issue Jan 4, 2018 · 2 comments
Closed

data.balances is not iterable #34

matty8444 opened this issue Jan 4, 2018 · 2 comments

Comments

@matty8444
Copy link

I am trying to return my account balances using the provided code:

binance.balance(function(balances) {
console.log("balances()", balances);
});

I am getting the below error:

TypeError: data.balances is not iterable

@jaggedsoft
Copy link
Owner

Thanks for the report! I am looking in to this

@matty8444
Copy link
Author

Hi it was my mistake. My api secret was incorrect. Sorry!

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