kucoin-futures-python-sdk icon indicating copy to clipboard operation
kucoin-futures-python-sdk copied to clipboard

create_market_order

Open tianxun-ng opened this issue 1 year ago • 1 comments

How do I close create_market_order positions with market order?

tianxun-ng avatar Mar 02 '23 05:03 tianxun-ng

Has to be a limit sell order.

TheManboy avatar Apr 13 '23 12:04 TheManboy

Please refer to our documentation at https://www.kucoin.com/docs/rest/futures-trading/orders/place-order. You can close a position by setting closeOrder to true. If you need a market order, please set "type" to "market" as well.

ISAAC-XXYYZZ avatar Aug 12 '24 06:08 ISAAC-XXYYZZ