Skip to content

Commit ab666a3

Browse files
ubwa demo
1 parent 59e0288 commit ab666a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ubwa-demo/ubwa-demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def main(self):
3838

3939
with BinanceRestApiManager() as ubra:
4040
markets: list = [item['symbol'] for item in ubra.get_all_tickers() if item['symbol'].endswith("USDT")]
41-
channels: list = ['trade', 'kline_1m', 'depth20']
41+
channels: list = ['aggTrade', 'kline_1m', 'depth20']
4242
for channel in channels:
4343
self.ubwa.create_stream(channels=channel,
4444
markets=markets[:self.markets_limit],

0 commit comments

Comments
 (0)