coinbase_python icon indicating copy to clipboard operation
coinbase_python copied to clipboard

account.sell_price() no longer working if account doesn't have enough BTC

Open unformatt opened this issue 10 years ago • 0 comments

Not sure if this is new or intermittent but account.sell_price (which hits /api/v1/prices/sell?qty=1) is throwing an empty Exception because Coinbase is returning:

{u'errors': [u"You don't have that many bitcoins in your account to sell."], u'success': False}

unformatt avatar Jan 08 '15 04:01 unformatt