Hello Folks,
I have quite some experience at Python but not gate.io api.
So my question is how to make an order at the market price.
Yes I can get the last price but at very versatile points I can not optimize the limit in a good way.
What I do now is to open an order with 1.001*price and follow the status to make sure that it is closed to make sure that I buy it but I am not sure if this is the best way.
So any ideas ? At binance there is the order_market_buy command.
Hello Folks, I have quite some experience at Python but not gate.io api.
So my question is how to make an order at the market price.
Yes I can get the last price but at very versatile points I can not optimize the limit in a good way.
What I do now is to open an order with 1.001*price and follow the status to make sure that it is closed to make sure that I buy it but I am not sure if this is the best way.
So any ideas ? At binance there is the order_market_buy command.
Anything similar ?
Thank you, Eren Uyanik