maxbot1-bot

Results 2 issues of maxbot1-bot

hi, I try to run the following bit of code client = Client(api_key, api_secret, api_passphrase, is_sandbox=True) ksm_private = await KucoinSocketManager.create(loop, client, handle_evt, private=True) # Account balance - must be authenticated...

hi, im using the following bit of code async def deal_msg(msg): print (msg) ws_client = await KucoinWsClient.create(None, client, deal_msg, private=True) await ws_client.subscribe('/account/balance') while True: await asyncio.sleep(5) The code just goes...

enhancement