coinbasepro-python
coinbasepro-python copied to clipboard
The unofficial Python client for the Coinbase Pro API
My attempt at addressing #159. I removed the WebsocketClient inheritance from OrderBook. OrderBook is a good data structure, but should process incoming messages from one single open WebsocketClient. Note: this...
The parameters had no effect since they were never passed to self._send_paginated_message() Fixes https://github.com/danpaquin/coinbasepro-python/issues/414 It is an alternative approach to https://github.com/danpaquin/coinbasepro-python/pull/422
I tried to use the convert_stablecoin function, but not working. Is working this feature?
The parameters had no effect since they were never passed to self._send_paginated_message() Fixes #414
on example: import cbpro # Parameters are optional wsClient = cbpro.WebsocketClient(url="wss://ws-feed.pro.coinbase.com", products="BTC-USD", channels=["ticker"]) # Do other stuff... wsClient.close() i get this error: File "C:\Python3\lib\site-packages\cbpro\websocket_client.py", line 104, in close self.thread.join() AttributeError:...
Running the websocket client test code from the readme, I'm getting a SNI-related connection error now. It seems that Coinbase has enabled SNI on their servers and python2.7 clients may...
A syntax error was introduced here https://github.com/danpaquin/coinbasepro-python/pull/381/files#diff-57a4208fce375ee0b398b308ead6930aR33 This results in the test suite failing as well as prevents the client from working ```peterzal@peterzal:~/coinbasepro-python (master)$ python -m pytest ============================================================================================================ test session...
The latest release that can be installed via pip is from September 5th 2018.