How to place orders using a broker ID within my Kucoin order monitoring code
I searched almost all internet and I am currently seeking the solution of this problem. I need to pass broker id and name when placing limit order to kucoin using ccxt library. I have this code order stream code. async def order_stream(self): while self.info.userStreamActive and len(self.watch) != 0: try: ws = await self.ccxt.ws_connect(‘wss://ws-api-spot.kucoin.com/?’, { ‘apiKey’: … Read more