kucoin-futures-python-sdk
kucoin-futures-python-sdk copied to clipboard
create_market_order
How do I close create_market_order positions with market order?
Has to be a limit sell order.
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.