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
Ever since a couple of weeks, I'm getting the same error (on requesting balance). But I only get this on new keys(!) Older existing keys still work ok and respond with expected messages.
This also suddenly happens in the example software provided by Bitvavo/Github.
JSONArray response = bitvavo.withdrawalHistory(new JSONObject());
{"errorCode":101,"error":"Unknown error. Operation may or may not have succeeded."}
in class bitvavo.java
int responseCode = httpsCon.getResponseCode();
returns 500
The text was updated successfully, but these errors were encountered: