Ahmed Amein Rslan
Results
1
issues of
Ahmed Amein Rslan
## Getting this error on a market send request {'code': '200000', 'msg': 'position internal error'} ```python symbol = "1INCH/USDT" side = "buy" amount = 10 order_id = kt.market_order(symbol=symbol, side=side, amount=amount)...