You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Stream Data is always returned in `raw_data` format. [issue#380](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/380)
- Stream Data is always returned in `raw_data` format. [issue#380](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/380)
### Or with a[async callback function](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html?highlight=process_stream_data#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream) just do
79
+
### Or with an[async callback function](https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html?highlight=process_stream_data#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream) just do
80
80
81
81
```
82
82
from unicorn_binance_websocket_api import BinanceWebSocketApiManager
@@ -210,8 +210,8 @@ currently "blind" and you may want to close open positions to be on the safe sid
210
210
incorrect values or that you have to reload the missing data via REST as an alternative.
211
211
212
212
For this purpose, the UNICORN Binance WebSocket API provides so-called
0 commit comments