coinbasepro-python icon indicating copy to clipboard operation
coinbasepro-python copied to clipboard

The unofficial Python client for the Coinbase Pro API

Results 95 coinbasepro-python issues
Sort by recently updated
recently updated
newest added

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....

enhancement

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...

bug

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...

question

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 --...

enhancement

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.