whittlem / pycryptobot

Python Crypto Bot (PyCryptoBot)
Apache License 2.0
1.96k stars 739 forks source link

Insufficient Quote Funds #836

Closed antonp01 closed 5 months ago

antonp01 commented 7 months ago

Recently moved/converted from pro.coinbase.com, got new API and experimented in giving ALL API access, and still getting this error:

Bot1 2023-12-17 15:34:38 ETH-USD 3600 Exception('Insufficient Quote Funds! (Actual: 0.08388580, Minimum: 184.61)')

did latest git pull etc., etc.,

antonp01 commented 6 months ago

So just coming back to this, the bot complains about insufficient funds, which is incorrect. It shows actual ETH balance and Minimum is the current USD balance. Should be enough.

antonp01 commented 5 months ago

scrapped and re-created API and gave it all permissions on all cryptos. It worked. After it worked, I scaled down on permissions as described in the article (only need 5) - anyway TL;DR it works.