IsaTTeN

Results 1 issues of IsaTTeN

Hello I am trying to open an order using this code: order=client.trade_order(symbol='ETH-USDT',type='MARKET',side='BUY',positionSide='LONG',quantity=0.23) but I get this error: `raise ClientError(res['code'], res['msg']) bingX.error.ClientError: ` If I use this code it works OK...