ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

API 2.0 trade_buy or trade_sell gives an error from bittrex #72

Open derzaicheg opened 6 years ago

derzaicheg commented 6 years ago

Hi guy!

Maybe problem not in this lib (or even I am sure it works properly) but maybe you face the same issue.

When I am sending request to tradesell or tradebuy endpoints using this lib:

buy_limit(market=USDT-ZEC, quantity=0.01, rate=216)

I get error message from bittrex:

{u'message': u'There was a problem processing your request. If this problem persists, please email support@bittrex.com with this error id - d70a2af0-1281-4320-b3d9-f2070f5e79de', u'result': None, u'success': False}

Maybe somebody could confirm that this API does not work from their side or it works? Thanks Sergii

bitqistchris commented 6 years ago

@milosjovac I haven't been able to get FILL_OR_KILL working as well. Did you manage to fix it?

milosjovac commented 6 years ago

Nope