我正在尝试使用https://poloniex.com/support/api/
oipminer的Python wrapper:
self.p.api_query('buy', {"currencyPair":'BTC_STEEM', "rate":str(0.00020410), "amount":str(0.0001)})
但我总是得到422错误:
urllib2.HTTPError: HTTP Error 422
我该怎么办?
UPD:
并不总是会出错,有时会发生这样的事情(因为你可以看到它没有给出422错误)
currencyPair:BTC_ETH, rate: 0.04816195, amount: 0.103816394477 first trade:{u'error': u'Not enough BTC.'}