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 When a new_order is placed with quantity (not with quoteOrderQty), it is throwing ClientError with 'Filter failure: MIN_NOTIONAL' ### Expected behaviour It should not check MIN_NOTIONAL unless...

websocket可以挂代理吗,现在不挂代理访问不了

enhancement

I have added "certifi" in Windows environment variables. Getting data for 250 coins/pairs from the "trade streams", it runs good for a few hours then start throwing this error. Apperently...

Before submitting a new issue, please check if a similar issue has already been filed. ### Issue subject Briefly describe the issue here. 刚下的websocket sdk, binance_socket_manager模块下的reactor.callFromThread方法读不到 Cannot find reference 'callFromThread'...

question
reviewing

Before submitting a new issue, please check if a similar issue has already been filed. ### Issue subject Can you create async classes, based on httpx or aiohttp client. ###...

enhancement

Before submitting a new issue, please check if a similar issue has already been filed. ### Trivial websocket program hangs If only a websocket instance is created and start()ed, it...

reviewing

### Issue subject When I run the example websocket code twice, I get an error. ### Code to run ``` from binance.websocket.spot.websocket_client import SpotWebsocketClient as WebsocketClient def message_handler(message): print(message) ws_client...

enhancement

Hello everyone 👋 It should be great if this library could pass the mypy (--strict) static typing checker ✅ Thanks

enhancement

Hi, i don't know if it's here i can ask this question (all new to python & co.). could this problem be due to a misshandling of the threading ?...

### Issue subject Websocket connection was closed uncleanly ### Expected behaviour There should not be any WARNING when the connection is getting closed. Also, I am not sure if there...

reviewing