-
Notifications
You must be signed in to change notification settings - Fork 24
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
upgrade to api version 4 #47
Comments
First I want to thank @peshay for this library! The upgrade to v4 has become more urgent, because the api v2, and api v3 will be disabled on April 5th 2021.
The question would be where are the differences between v2 and v3, and v3 and v4? In the current changelog on https://www.bitcoin.de/de/api/tapi/doc#scrollNav-1-9, scroll down to Changelog v4. I am currently only using the API for fetching trades (showMyTrades, https://github.com/tpokorra/walletmonitor/blob/main/apps/transactions/importbtcde.py). That still works for me, because I am not using trading_pair which is now part of the url, and not a parameter anymore. @peshay: would you appreciate help on the upgrade to v4? |
of course! :) But I already started to work on it just last sunday. If I find again some time, I will try to finish the remaining new functions and publish a new branch for this. Some live testers would be good just to verify the core functionalities are all fine for an actual release. |
I'm happy to chip in. Would be great to use this library for more shenanigans! |
Here is the new branch: https://github.com/peshay/btcde/tree/4.0 |
@ajascha @tpokorra @flynk-zz it would be great if you guys could briefly test the library in the new branch and report new issues in https://github.com/peshay/btcde/projects/6 if you find them. I like to get this thing to work and then make a new release available for it. |
So far it has been working well, I'll be doing a few more tests over the coming days. Tested on Python 3.8. Thanks a lot for the update! The only thing I saw was that the following error gets thrown:
I never had this one before and I'm reading into the matter right now. Maybe these lines could be added to btcde directly? |
Release for v4 API is now available: https://pypi.org/project/btcde/4.0/ |
At the moment the code handels with bitcoin.de api version 2, bitcoin.de upgraded the api version to 4. It would be nice if you could enhance your code in order to deal with version 4.
The text was updated successfully, but these errors were encountered: