Close Position in market price

Hello.
How i can close position in method “order” with market price? Now my parametres looke like this:

>        $parametrs = [
> 
>             'symbol' => 'ETHUSDT',
>             'side' => 'BUY',
>             'positionSide' => 'SHORT',
>             'type' => 'STOP_MARKET',
>             'closePosition' => 'TRUE',
>             'stopPrice' => 1000,
> 
>         ];

decided binance futures how to close a position at market price (the same as the "market" button under "close positions") via API - Stack Overflow

For market order, type should be set to MARKET.