bitvavo / python-bitvavo-api

Python wrapper for the Bitvavo API
https://pypi.org/project/python-bitvavo-api/
ISC License
38 stars 23 forks source link

API response error when calling withdrawalHistory() #33

Open jfbarens opened 2 years ago

jfbarens commented 2 years ago

From the documentation, this code return an error:

from python_bitvavo_api.bitvavo import Bitvavo

bitvavo = Bitvavo('<APIKEY>', '<APISECRET>')
response = bitvavo.withdrawalHistory({})
print(response)

Response:

{'errorCode': 101, 'error': 'Unknown error. Operation may or may not have succeeded.'}

RaoulSuurmeijer commented 1 year ago

It's happening in the java version as well https://github.com/bitvavo/java-bitvavo-api/issues/15