danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 738 forks source link

{'message': 'Invalid Passphrase'} #330

Closed iregina closed 5 years ago

iregina commented 5 years ago

Hi Everyone! I'm following the library instructions step-by-step and getting stuck at this invalid passphrase message. Does anyone see anything wrong with what I'm doing here to create an auth_client variable:

auth_client = cbpro.AuthenticatedClient(key="key123",b64secret="secret123",passphrase="passphrase123", api_url="https://api-public.sandbox.pro.coinbase.com")