coinbasepro-python
coinbasepro-python copied to clipboard
The unofficial Python client for the Coinbase Pro API
I created a branch that sends responses from public_client and authenticated_client through a recursive ascii-encoding function to prevent 'u's from showing up in the json response on unicode sytsems (i.e....
After running the orderbook.py script for a few hours, I always run into this problem: Connection is already closed. - data: None -- OrderBook Socket Closed! -- The script still...
I cannot replicate this error but it happens randomly when I am connecting to api via authenticated client, perhaps a couple times a day. I have run this code on...
Websocket Client with Auth header is rejected by exchange with Signature Error when the channels = None. This is the fix - on class WebsocketClient(object): _connect () ` if self.channels...
How are people handling errors returned by gdax? For example, lets say I enter an order and gdax returns a http error 401 | Unauthorized – Invalid API Key --...
First I was using 1.0.6 from PyPI. This version didn't have support for channels. So, I pip installed master. But, master is also at 1.0.6 in setup.py. So, it looks...
It would be very helpful if new methods were added to do this properly, there are items within the transfers that are crucial for accounting purposes.