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

When an exception is thrown while opening a connection or subscribing, `stop` still remains false. Users of WebsocketClient class will have no way to know whether a connection is live...

I have : Error: messages missing (1674798053 - 1674798080). Re-initializing book at sequence. Error: messages missing (1674798053 - 1674798081). Re-initializing book at sequence. Exception in thread Thread-693: Traceback (most recent...

when testing the websocket in user mode, the websocket seems to drop the connection after 50 seconds of inactivity (the keep alive solution does not kick in) First of all,...

duplicate

Hello, When I attempt to connect an authenticated client, none of the authenticated methods seem to be working. All of them are raising the below raw_decode error, which I believe...

With the order book we are able to pull only the last upper bid and lower ask, i was thinking about adding 2 functions ```python def get_nasks(self, n): return [self.get_asks(self._asks.peekitem(i)[0])...

The current list of dependencies are all absolute. ``` 'bintrees==2.0.7', 'requests==2.13.0', 'six==1.10.0', 'websocket-client==0.40.0', 'pymongo==3.5.1' ``` This makes it difficult to work with other packages that uses higher versions of the...

Did anybody have any luck getting the OrderBook working in the sandbox? I keep getting IndexError: list index out of range, no matter how I try to pass the correct...

Wonderful library you have here, but I did find one glitch (And am not github savvy enough to upload the fix myself). When using the function coinbase_withdraw as part of...

bug

When keeping a websocket connection open, I sometimes received the following error: ```python Traceback (most recent call last): File "C:\Python36\Lib\threading.py", line 916, in _bootstrap_inner self.run() File "C:\Python36\Lib\threading.py", line 864, in...

get_current_book seems to give the ask/bid prices just fine but I can't figure out what is up with the size. The value it returns for size does seem to change...

bug