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

Hi, I wanna use this wrapping of coinbase pro api in an application written using python 3.10. But I got an issue while creating a PublicClient. This seems to be...

I've the following class for retrieving data from websocket and convert them in a format usable by my program: ``` from curses import cbreak import cbpro import logging import schedule...

I've been doing CS50 and now I'm in my final project. I need this library so much for it but I keep getting so many erros after install. Please help...

Hello, first off thanks for the work you have put into this tool! I am getting my feet wet and have tried the following: ``` cbpro_client = cbpro.AuthenticatedClient(CB_KEY, CB_SECRET, CB_PASSPHRASE,...

Keep getting this error when running: `from coinbase.wallet.client import Client from coinbase.wallet.model import APIObject import cbpro public_client = cbpro.public_client coinbase_API_key = "xxxxxxxxxxxxx" coinbase_API_secret = "xxxxxxxxxxxxx" client = Client(coinbase_API_key, coinbase_API_secret) public_client.get_product_ticker(product_id='ETH-USD')...

Can the dependency requirements be loosened? Currently I have a deployment conflict I could not resolve with: - cbpro 1.1.4 depends on requests==2.13.0 - tensorboard 2.5.0 depends on requests=2.21.0

Hi all, Is it not possible to submit orders when using the websocket client? I am attempting to submit orders upon receiving messages from the client, but for whatever reason...

While all the public calls work fine, I get {'message': 'Invalid API Key'} for any of my API keys, both on the live site and on the sandbox. I have...

Simple exception handling.