Please let me know when/if it starts working for you again. I am trying a couple times everyday to receive all balances ; still same issue over and over. Only getting $PAC balance.
Private API is working fine right now. Try to test your implementation of API calls. If it steel does not work then probably you should look problem on your side (wrong json format, incorrect computation of authentication header etc)
This is the endpoint (url) i send the post request to:
https://www.cryptopia.co.nz/Api/GetBalanceFollowing is all the different post parameters i have tried sending:
{'Currency' : '', 'CurrencyId' : ''}
{'Currency' : None, 'CurrencyId' : None}
Authentication is NOT the issue, or every other private API call would fail as well.
Post parameters must also be handled appropriately by my implementation since cancelling a trade (with order_id as post parameter) works just fine. And most of my attempts at getting all balances "work" in the way that they do not throw an error ;
They just don't work as intended, only returning $PAC balance rather than entire balance dictionary.
Can you let me know how your api call looks like?
edit: keep in mind, making the call with following post parameter:
Will return only my Litecoin balance perfectly fine, and same with any other currency passed along.