-
There are several method in Binance Socket Manager to subscribe klines, tickers, etc. I think the websocket functionality is inconsistent and sometimes it raises Maximum connection reached error when …
-
### Operating System
Windows with WSL2
### Programming Languages
Python
### CCXT Version
4.1.74
### Description
Using Binance and the position websocket, it doesn't return values after the init…
-
The hyperlink "Binance WebSocket API." under the "Features" heading returns a 404
-
I wrote a simple Spring Integration app that connects to a websocket, using `spring-integration-websocket`.
**Expected Behavior**
The app connects to the websocket and keeps listening for new me…
-
If you try running `python backtest.py`, you will get this error:
```
Traceback (most recent call last):
File "/home/emil/Projects/binance-trade-bot/backtest.py", line 3, in
from binance_tr…
-
When I command "wscat -c wss://stream.binance.com:9443/ws/btcusdt@trade"
it got an error "error: connect ETIMEDOUT 69.171.246.9:9443" everytime.
-
**Describe the bug**
Running a very simple async routine for connecting the trade socket (or any) and monitoring the receive queue length runs correctly with queue length at 0 for a while and suddenl…
-
According to https://dev.binance.vision/t/futures-trades-websocket-with-trade/17246 there is a @trade futures endpoint, and I see in the code there is a `FuturesWebsocketEvent::Trade`.
https://github…
-
### Operating System
ubuntu22.04
### Programming Languages
_No response_
### CCXT Version
2.6.47
### Description
After some time, with this infinite loop:
```
while True:
try:
…
-
In `binance/websocket/binance_socket_manager.py`, when `WebSocketException` is caught and identified as `WebSocketConnectionClosedException`, it logs that websocket connection is lost.
However in t…