We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e0288 commit ab666a3Copy full SHA for ab666a3
examples/ubwa-demo/ubwa-demo.py
@@ -38,7 +38,7 @@ async def main(self):
38
39
with BinanceRestApiManager() as ubra:
40
markets: list = [item['symbol'] for item in ubra.get_all_tickers() if item['symbol'].endswith("USDT")]
41
- channels: list = ['trade', 'kline_1m', 'depth20']
+ channels: list = ['aggTrade', 'kline_1m', 'depth20']
42
for channel in channels:
43
self.ubwa.create_stream(channels=channel,
44
markets=markets[:self.markets_limit],
0 commit comments