unicorn-binance-websocket-api icon indicating copy to clipboard operation
unicorn-binance-websocket-api copied to clipboard

A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, f...

Results 29 unicorn-binance-websocket-api issues
Sort by recently updated
recently updated
newest added

At the startup of script, I get errors: Adding timeout to `websocket.recv()` (connection.py:71) ![image](https://user-images.githubusercontent.com/63109448/171759769-23184eb8-4672-41ce-a2d2-010d29afa631.png)

### Version of this library. unicorn_fy: 0.12.2 unicorn_binance_local_depth_cache: not found unicorn_binance_rest_api: not found unicorn_binance_trailing_stop_loss: not found unicorn_binance_websocket_api: 1.41.0 ### Solution to Issue cannot be found in the documentation or other...

bug

### Version of this library. unicorn_fy: 0.11.0 unicorn_binance_local_depth_cache: not found unicorn_binance_rest_api: not found unicorn_binance_trailing_stop_loss: not found unicorn_binance_websocket_api: 1.41.0 ### Solution to Issue cannot be found in the documentation or other...

bug

### Version of this library. unicorn_binance_websocket_api 1.41.0 unicorn_binance_rest_api 1.5.0 ### Solution to Issue cannot be found in the documentation or other Issues and also occurs in the latest version of...

bug

### Version of this library. unicorn-binance-websocket 1.41.0 ``` wss = BinanceWebSocketApiManager( exchange="binance.com-futures", show_secrets_in_logs=True, high_performance=True ) userdata_stream_id = wss.create_stream( "arr", "!userData", api_key=key, api_secret=secret, stream_label='userData', output="dict", ping_interval=10, ping_timeout=10, close_timeout=5 ) user_thread =...

bug

### Version of this library. I am using the code from one of the examples to get futures data: from unicorn_binance_websocket_api.manager import BinanceWebSocketApiManager import logging import time from math import...

bug

### Is your feature request related to a problem? Please describe. Websocket BLVT Info Streams not supported! ### Describe the solution you'd like. https://binance-docs.github.io/apidocs/spot/en/#websocket-blvt-info-streams ### Describe alternatives you've considered _No...

enhancement

### Version of this library. 1.41.0 ### Solution to Issue cannot be found in the documentation or other Issues and also occurs in the latest version of this library. -...

bug

Hi there, I was just wondering what is the futures liquidation feed? Thanks for your help!

question

``` Base Url 2: wss://fstream-auth.binance.com User Data Streams are accessed at /ws/?listenKey= must be a valid listenKey when you establish a connection Example: wss://fstream-auth.binance.com/ws/XaEAKTsQSRLZAGH9tuIu37plSRsdjmlAVBoNYPUITlTAko1WI22PgmBMpI1rS8Yh?listenKey=XaEAKTsQSRLZAGH9tuIu37plSRsdjmlAVBoNYPUITlTAko1WI22PgmBMpI1rS8Yh` ``` Info: https://binance-docs.github.io/apidocs/futures/en/#user-data-streams

enhancement