golang-bittrex-api
golang-bittrex-api copied to clipboard
Placing market orders
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.
I want to wait for teh v2 api to be more stable before moving into that field
Ok thank you very much for your answer.
isn't a market buy a limit buy with limit infinity and a market sell a limit sell with limit 0 ?
I am not sure about that, if u can confirm it with some source I will implement it, or you can open a PR :)
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.