binance-connector-python icon indicating copy to clipboard operation
binance-connector-python copied to clipboard

Exchange Info Websocket API incorrect data.

Open opusbogac opened this issue 11 months ago • 4 comments

Hello. https://github.com/binance/binance-connector-python/blob/master/examples/websocket/spot/websocket_api/market/exchange_info.py All the codes in this link return the data of all symbols, like the my_client.exchange.info() code. The code with symbol customization my_client.exchange_info(symbol="BNBBUSD") continues to return data for all symbols. Thanks

opusbogac avatar Mar 23 '24 23:03 opusbogac