-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Transaction Type - RECEIVE and SPEND <Kraken REST> #235
Comments
Thanks for reporting. It looks like there's a missing bit of implementation in the Kraken plugin. I don't have a Kraken account so I can't fix it, but I marked this as "help wanted": hopefully someone with a Kraken account can step in and help out. |
Thanks.. if someone can steer me I can give it a shot.. I’m not so great
with python but if someone reviews any code changes, that might be
do-able.
…------ Original Message ------
From "eprbell" ***@***.***>
To "eprbell/dali-rp2" ***@***.***>
Cc "RickF" ***@***.***>; "Author" ***@***.***>
Date 4/10/2024 8:44:53 PM
Subject Re: [eprbell/dali-rp2] Transaction Type - RECEIVE and SPEND
<Kraken REST> (Issue #235)
Thanks for reporting. It looks like there's a missing bit of
implementation in the Kraken plugin. I don't have a Kraken account so I
can't fix it, but I marked this as "help wanted": hopefully someone
with a Kraken account can step in and help out.
—
Reply to this email directly, view it on GitHub
<#235 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJCBVEEP73GMKTVRPHCPKXDY4YBLLAVCNFSM6AAAAABGBOHXIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYHA3TQMRWG4>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
All pointers to get started are here: #1. You can open a PR and start working there: we'll review it. Feel free to ask questions if anything is unclear. CC: @ndopencode, who worked on the plugin. |
So, just to add a little background to this issue. I was able to review my transactions via the Kraken website, looking for the RECEIVE and SPEND transaction types. I was able to find them and there's exactly 1 of each for my entire set of transaction history.. I was not able to find the API docs discussing these API responses and reached out to Kraken support. Below is what I got back from them. Maybe it will be helpful to others looking into the Kraken API...
|
I'm trying rp2 for the first time primarily with Kraken's REST api.. it initially runs and connects to Kraken without issue but when chewing on the data it coughs up two transaction types that it can't handle:
ERROR: Unsupported transaction type: receive (skipping): {'aclass': 'currency', 'amount': '<amount>', 'asset': 'LUNA', 'balance': '<balance>', 'fee': '0.00000000', 'refid': '<refid>', 'time': '1701831465.3632329', 'type': 'receive', 'subtype': ''}. Please open an issue at https://github.com/eprbell/dali-rp2/issues ERROR: Unsupported transaction type: spend (skipping): {'aclass': 'currency', 'amount': '<amount>', 'asset': 'ZUSD', 'balance': '0.0089', 'fee': '1.1100', 'refid': '<refid>', 'time': '1701831465.3632302', 'type': 'spend', 'subtype': ''}. Please open an issue at https://github.com/eprbell/dali-rp2/issues
I have swapped a few bits of information to be things like , , -- otherwise it's what was spat out on the console.
The text was updated successfully, but these errors were encountered: