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,
>
> ];