Skip to content
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

How to make Coinbase API keys work? #1044

Open
twoletters opened this issue Jun 25, 2024 · 0 comments
Open

How to make Coinbase API keys work? #1044

twoletters opened this issue Jun 25, 2024 · 0 comments
Labels

Comments

@twoletters
Copy link

I use the current CryptoStore container to collect data from exchanges. A proper config file is passed to it through the CONFIG environment variable to provide it with the Coinbase API keys it needs. However, I still get the following error message:

coinbase-1  | 2024-06-25 21:10:16,522 : WARNING : COINBASE: Invalid message type {'type': 'error', 'message': 'Failed to subscribe', 'reason': 'level2, level3, and full channels now require authentication. https://docs.cloud.coinbase.com/exchange/docs/websocket-auth'}

My config file contains the following excerpt:

coinbase:
  key_id: xxxx
  key_secret: xxxx
  key_passphrase: null

As you can see, I don't have a passphrase for this key. I use a regular Coinbase account, which does not let me set a passphrase when creating a new API key, be it a legacy key or a key created through the Coinbase developer platform. Am I looking at the wrong place for this, or has Coinbase shuffled things around once again? I would greatly appreciate a quick tutorial or pointer here, from anyone who made it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant