golang-bittrex-api icon indicating copy to clipboard operation
golang-bittrex-api copied to clipboard

Placing market orders

Open filipmela opened this issue 7 years ago • 5 comments

Hello, I've seen you implemented a method to place limit orders. I was wondering, do you know if it is possible to place also market orders with this API? Thank you in advance.

filipmela avatar Dec 17 '17 15:12 filipmela

I want to wait for teh v2 api to be more stable before moving into that field

saniales avatar Dec 18 '17 20:12 saniales

Ok thank you very much for your answer.

filipmela avatar Dec 18 '17 21:12 filipmela

isn't a market buy a limit buy with limit infinity and a market sell a limit sell with limit 0 ?

jcsrb avatar Dec 25 '17 17:12 jcsrb

I am not sure about that, if u can confirm it with some source I will implement it, or you can open a PR :)

saniales avatar Jan 02 '18 17:01 saniales

isn't a market buy a limit buy with limit infinity and a market sell a limit sell with limit 0 ?

Yeah, you can emulate it that way.

deluvas avatar Jan 06 '18 14:01 deluvas