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

a simple connector to Binance Public API

Results 38 binance-connector-python issues
Sort by recently updated
recently updated
newest added

### Issue subject Installation routine within python 3.10.5 (running in anaconda spyder) does success, but fails to execute because of dependecies urlib or charset ### Actual behaviour ---------------------------------------------------------------------------log------------------------------------------------------- Python 3.10.6...

question

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...

* 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

I use the [binance-connector-python](https://github.com/binance/binance-connector-python) in linux, but when I excute the 'python3 balance.py ', it occurs the error. ![微信截图_20240319181636](https://github.com/binance/binance-connector-python/assets/111629270/e82ca4ed-abe5-4da6-bc78-a2b989d0cd62) when I install the package: pip install binance-connector, it occurs an...

### Issue subject Subscribe flexible product error ### Expected behaviour Subscribe flexible product succeed ### Actual behaviour api call error ![微信图片_20240312164302](https://github.com/binance/binance-connector-python/assets/29377930/1957a5b4-2c3c-4145-a232-dbaa9f0f759e) ### Steps to reproduce call subscribe_flexible_product api ### Environment...

Websocket connection exceptions are not handled by the user neither the on_error callback is called. It seems that there is a pull request for that #274. Can you please review...

enhancement

This pull request resolves the problem of unhandled exceptions mentioned in #258 during reading data from websocket by giving user a way to handle exceptions. Now one can handle the...

reviewing

I believe any reference (except for in a README where its the example is for older v1, v2 versions) to `SpotWebsocketClient` should be updated. (Afaik it has been refactored to...

enhancement

Before submitting a new issue, please check if a similar issue has already been filed. ### Issue subject Request for Staking Endpoints: WBETH related API ### Expected behaviour In the...

enhancement

### Issue subject [Binance Margin](https://www.binance.com/en/margin-trading) will disable the following Margin SAPI endpoints at 2024-03-31 04:00 (UTC). Announcement: https://www.binance.com/en/support/announcement/updates-on-binance-margin-sapi-endpoints-2024-03-31-a1868c686ce7448da8c3061a82a87b0c ### Expected behaviour It will be great if you will update this...

enhancement