Sergey Petrilin
Sergey Petrilin
Does the library have a websocket function "Listing Subscriptions"?
i logging to some log in my script ``` console_out = logging.StreamHandler() log_format = logging.Formatter(fmt='%(asctime)s.%(msecs)03d : [%(levelname)s] : %(message)s',datefmt='%Y.%m.%d %H:%M:%S') console_out.setFormatter(log_format) ``` `client_wa = UMFutures()` `papers = [ ["FUTURES", 'ETHUSDT',1]...
Tell me how to get balance and pos, order data through a private channel using websocket. I place orders manually in the app, deals appear, but the callbacks are empty....