-
Notifications
You must be signed in to change notification settings - Fork 25
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
Additional REST endpoints - rewardHistory() && affiliateHistory() #32
Comments
I'm calculating my taxes through Cointracking and just ran into the same thing. All staking transactions from Bitvavo are absent, after having imported everything through Bitvavo's API. I'm subscribing to this topic here but I don't have good hopes. I was in touch with Bitvavo's support team 1 year ago about the need to add the transactions fees to the 'export CSV' function. They answered they had forwarded it to their development team. I'm thinking it's probably a one-liner in their code, or even less than that. Nothing has changed since then. |
I want to push this issue again, since API endpoints for all the account history is absolute essential for an API! I actually stopped using Bitvavo because this lack of API feature. |
+1 This is needed badly for calculating staking income and resulting taxes from this income. Edit: On top of this the dashboard should be updated as well. Some currencies might have been delisted for staking purposes and cannot be found back in the staking overview if they have staking history. This means that to retrieve all staking history you simply need to go through all currency history, which makes it even more laborious |
+1 |
+1 I can't build a correct history from the API. |
1 similar comment
+1 I can't build a correct history from the API. |
Another +1 here please |
I woul want to promote additional endpoints for fetching an account's data for (staking) rewards and affiliate payments.
In order to make use of the API with regards to taxation, I am missing the aforementioned features. Extracting the data from the export option of bitvavo's transaction site is not what I need. I do not want to use Excel - I want my application to read all the essential data via API calls.
I want to promote the following endpoints:
The text was updated successfully, but these errors were encountered: