You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried using accountNumber: new BigNumber("0") which also fails, have also tried using my own account which does have some balances, and also returns a full JSON response simply hitting the API directly.
Solo api.getAccountBalances facade to the API does not work, always returns 400.
Using the example account from the documentation, the following works and returns an empty account:
Using solo, for example:
Always fails with
I have tried using
accountNumber: new BigNumber("0")which also fails, have also tried using my own account which does have some balances, and also returns a full JSON response simply hitting the API directly.