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.
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 passphrase – madsthaks – 2018-01-06T16:37:20.287