coinbasepro-python
coinbasepro-python copied to clipboard
The unofficial Python client for the Coinbase Pro API
Seeing this when letting it run in nohup mode in background -- the WSS subscription class self closes within a few hours; using implementation as indicated in usage example: def...
I have run into an issue in which when I enter an order of any size through the API (such as the following example), my available balance decreases by exactly...
I added profile lookup to lists all and then get profile by id. I couldn't get the test to run with my creds against the sandbox so not sure but...
Currently using the below line of code to try and place a stop order `print(client.place_stop_order('ETH-USD','loss',1000.0,size=.001))` The resulting console output can be seen below `{'message': 'Invalid order_type stop'}` Checking my orders...
auth_client.get_account_history() returns all of the account's history. Filtering for 'transfers' returns transfer history or funds moved to/from Coinbase to Coinbase Pro. This response returns '| id | amount | balance...
The endpoint was working fine for weeks many thousands of successful trades done against it. then all of a sudden, on Monday, for no apparent reason I only get this...
Hi All, Is anyone else receiving the following when using the websockets / have any recommended solutions? [WinError 10054] An existing connection was forcibly closed by the remote host -...
- Current requirement `2.13` is 4 years old and causing dependencies issues. - In my use case I was not able to install the latest version of [web3](https://github.com/ethereum/web3.py) with `cbpro`
https://github.com/danpaquin/coinbasepro-python/blob/5658b2212b0fe39dde18b792f34aeaf81dda6640/cbpro/authenticated_client.py#L177 Is there a way to access (e.g. with an undocumented GET request) conversions already done? I'm trying to reconstruct the current balance of USDT, e.g., and I don't believe...