You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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}
The text was updated successfully, but these errors were encountered: