You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coinbase changed their API August 1 and level 2/3 data require authentication. I attempted to pass the coinbase key via a config dictionary to the FeedHandler object but was not successful:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Coinbase changed their API August 1 and level 2/3 data require authentication. I attempted to pass the coinbase key via a config dictionary to the FeedHandler object but was not successful:
{'type': 'error', 'message': 'Failed to subscribe', 'reason': 'level2, level3, and full channels now require authentication. https://docs.cloud.coinbase.com/exchange/docs/websocket-auth'}
I see that the Coinbase exchange object has a authenticate method, which is not implemented.
Many thanks for your help and putting the library together!
Beta Was this translation helpful? Give feedback.
All reactions