coinbase_python icon indicating copy to clipboard operation
coinbase_python copied to clipboard

Unofficial Coinbase Python Library

Results 24 coinbase_python issues
Sort by recently updated
recently updated
newest added

Due to an issue with the Coinbase API today, we started getting 401s- but the client doesn't wrap them, so it just reported a JSON decode error.

`pip install coinbase` will install the official API wrapper instead of this library.

Bumps [flask](https://github.com/pallets/flask) from 0.9 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

Bumps [requests](https://github.com/requests/requests) from 2.3.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Not sure if this is new or intermittent but account.sell_price (which hits /api/v1/prices/sell?qty=1) is throwing an empty Exception because Coinbase is returning: {u'errors': [u"You don't have that many bitcoins in...

I think more params have been added to this endpoint since this library was first written. I've added some basic code to handle using these params.

https://github.com/sibblegp/coinbase_python/pull/20

This pull request implements setting an arbitrary access_token for use when an oauth implementation whose data structures are not compatible with what the oauth2_credentials parameter expects. In my testing I...

http = httplib2.Http(ca_certs='/etc/ssl/certs/ca-certificates.crt') that line in particular, i think is giving me this error: SSLError: [Errno 185090057] _ssl.c:340: error:0B084009:x509 certificate routines:X509_load_cert_crl_file:PEM lib im on os x so i had to...