coinbasepro-python
coinbasepro-python copied to clipboard
The unofficial Python client for the Coinbase Pro API
It seems that the stop-price and limit-price are always set to be equal when placing a stop order. How can they be set independently? Sorry if I'm missing something here....
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
I was wondering if anyone knew how to set it up so it can detect if there are any existing orders. The way I have it for some reason never...
Makes unauthorized `get_products` work, for example
Not an issue, but I was wondering if someone could provide an example of the simplest way to sell all of the units of a particular coin through when using...
The "get_product_historic_rates" function seems to return more values than needed when "start" or "end" variables get passed in. ``` import cbpro as cbp client = cbp.PublicClient() response = client.get_product_historic_rates( 'BTC-USD',...
Fixes issue where it complains about concatenating bytes with string
Bumps [py](https://github.com/pytest-dev/py) from 1.7.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
While following the documentation on cbpro.Websocket's implementation, I came across the error: ```bash {'type': 'error', 'message': 'Failed to subscribe', 'reason': 'No channels provided'} ``` In order to fix this error...
The current version of six==1.15.0. Requests and other important libraries requires the current version which is incompatible with six==1.10.0.