-
Notifications
You must be signed in to change notification settings - Fork 31
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
Kraken: Multiple Deposits might be out of order #87
Comments
Running it resulted in an assertionerror:
|
Never mind, my mistake. The offending deposit was staking-related. |
@uvok I'm having a similar problem. What did you do to resolve this problem? It looks like all the rows that should be of type "reward" are actually of type "deposit" in the CSV. Also, transfers between staking and spot are each listed as withdrawal, deposit and 2x transfer. Therefore, the operation mapping book.py causes wrong actions for my CSV export. Do you have the same behavior? This site lists all possible types in the CSV, but it seems to be outdated: |
@Griffsano Uh, I filtered the CSV manually, removing all "problematic" transactions:
So yeah, I have the same behavior. I initially thought what was causing the problems was an out-of-order deposit of fiat, but it was indeed the Staking |
Currently, the Kraken exchange code expects deposit to always come in pairs.
However, I just had an occurrence where the deposit looked like this:
I think this should be supported as well? What do others think?
The text was updated successfully, but these errors were encountered: