Issues when attempting to get accounts using the GDAX API

0

Here is the github I have working with:

https://github.com/danpaquin/gdax-python

When I run the following code:

auth_client.get_accounts()

I'm getting the following error:

TypeError: expected string or bytes-like object

Which doesn't make much sense to me. Any help would be much appreciated.

madsthaks

Posted 2018-01-06T15:42:08.173

Reputation: 131

I assume you have setup API access within your account settings and initialized AuthenticatedClient ?Chak 2018-01-06T16:21:24.730

yes, i found the problem though, wasnt using the passphrasemadsthaks 2018-01-06T16:37:20.287

No answers