bitvavo / java-bitvavo-api

Java wrapper for the Bitvavo API
ISC License
9 stars 9 forks source link

withdrawalHistory returns error #15

Open bingodonky opened 2 years ago

bingodonky commented 2 years ago

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

RaoulSuurmeijer commented 1 year ago

Hello,

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.