danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 740 forks source link

Orders simply not placing? #459

Closed waldmond closed 2 years ago

waldmond commented 2 years ago

my code is as follows:

auth_client.place_market_order( product_id='ETH-USD', side='buy', funds=str(buysize) )

The code works without errors yet the order is not placed. API key has view and trade permissions.

waldmond commented 2 years ago

I was using sandbox, which did not allow for ETH trading. Switching to BTC caused it to work as expected.