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

Is there a support for proxy? If not, is there an ETA?

add 2 parameters destination_tag and no_destination_tag to stick to coinbase pro API signature. The destination tag is used by XRP and XLM currencies, [currencies that support destination tag](https://support.coinbase.com/customer/portal/articles/2968716). If destination...

The example [WebsocketClient Methods](https://github.com/danpaquin/coinbasepro-python#websocketclient-methods) doesn't include `self.channels` so copy-pasting the example doesn't work out of the box. ```python self.channels = ['ticker'] ``` I think you meant to have that set...

I ran into what looks like a Coinbase API rate limit issue when calling AuthenticatedClient.get_account_history, read the source, and didn't see how API rate limits were being handled in PublicClient._send_paginated_message...

I try to run this example that appear in the readme ``` # import PyMongo and connect to a local, running Mongo instance from pymongo import MongoClient import cbpro mongo_client...

Is it possible to get user data through the websocket? I'd like to have a stream of my account balance per coin and a total balance. Can the websocket be...

In README, the get_fills() method is supposed to work without any arguments. Although, when I call it without args, I get an error message that I have to use a...

Hi @danpaquin Could you please publish the recent lib changes to PyPI? https://pypi.org/project/cbpro/ is currently at `1.1.4` and it would be lovely to use the new improvements in the `develop`...

Hey all, We use your package (ever since GDAX) as part of [this whale watching app](https://github.com/pmaji/crypto-whale-watching-app). Recently, we noticed that the websockets were just coming back empty. Is this something...