binance-connector-python
binance-connector-python copied to clipboard
websocket_api: exchange_info: Add missing 'params' field to payload
-
In the 'exchangeInfo' payload construction, the 'params' field was missing, which is required if symbol (or symbols) is given.
-
Fixes: https://github.com/binance/binance-connector-python/issues/305