ericsomdahl / python-bittrex

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

FILL_OR_KILL #155

Closed p0ntsNL closed 6 years ago

p0ntsNL commented 6 years ago

It seems the FILL_OR_KILL endpoint on the time_in_effect function in the v2 api does not work.

Is there anybody that have this working?

Immediate or cancel is not a proper replacement for this because you can still have partial buys which I do not want.

Jwdev-wr commented 6 years ago

Bittrex API doesn't allow for it even though some blog posts indicated it did.

p0ntsNL commented 6 years ago

yeah it sucks :( I disabled bittrex on my bot for now, until they add a proper API.

Thanks for the confirmation