Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API response error when calling withdrawalHistory() #33

Open
jfbarens opened this issue Apr 16, 2022 · 1 comment
Open

API response error when calling withdrawalHistory() #33

jfbarens opened this issue Apr 16, 2022 · 1 comment

Comments

@jfbarens
Copy link

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
Copy link

It's happening in the java version as well
bitvavo/java-bitvavo-api#15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants