eprbell / dali-rp2

DaLI (Data Loader Interface) is a data loader and input generator for RP2 (https://pypi.org/project/rp2), the privacy-focused, free, open-source cryptocurrency tax calculator: DaLI removes the need to manually prepare RP2 input files. Just like RP2, DaLI is also free, open-source and it prioritizes user privacy.
https://pypi.org/project/dali-rp2/
Apache License 2.0
62 stars 41 forks source link

Coinbase loading problems #246

Closed rapus95 closed 1 week ago

rapus95 commented 1 week ago
2024-06-24 18:04:21,675/dali/INFO: Reading crypto data using plugin 'dali.plugin.input.rest.coinbase'
2024-06-24 18:04:21,893/Coinbase/aaron/INFO: Error <Response [401]>: b'Unauthorized\n'

is what I get, when I take the API-keys from the legacy key there: https://www.coinbase.com/settings/api image

aswell as when I take the API-keys from there: https://portal.cdp.coinbase.com/access/api

Backstory: In the past, I was a 95% Coinbase Pro user and a 5% Coinbase user. But some time ago Coinbase Pro was somewhat removed. Now there's only an Advanced Mode in Coinbase. For the Coinbase Pro config I'm missing the API Key Passphrase. (Got only key and secret key). So I'm not sure how to import everything from Coinbase :/

eprbell commented 1 week ago

The Coinbase plugin stopped working on 11/23, when Coinbase started deprecating endpoints the plugin was using: see #216.

eprbell commented 1 week ago

Closing as duplicate of #216.