Skip to content

fix: update binance-fwebsocket-url to /private/ws#9466

Merged
Martin-Molinero merged 1 commit intoQuantConnect:masterfrom
Romazes:bug-binance-fwebsocket-private-ws
May 8, 2026
Merged

fix: update binance-fwebsocket-url to /private/ws#9466
Martin-Molinero merged 1 commit intoQuantConnect:masterfrom
Romazes:bug-binance-fwebsocket-private-ws

Conversation

@Romazes
Copy link
Copy Markdown
Collaborator

@Romazes Romazes commented May 7, 2026

Description

Update USDT futures user-data websocket URL from wss://fstream.binance.com/ws to wss://fstream.binance.com/private/ws.

Related Issue

N/A

Motivation and Context

Binance split the futures websocket endpoints into per-stream-type paths (/public/ws, /market/ws, /private/ws). The legacy /ws path is no longer the canonical entry point for user-data (private) streams on fstream.binance.com, so the config must point at /private/ws to keep the user-data subscription stable.

Requires Documentation Change

No.

How Has This Been Tested?

Connected to wss://fstream.binance.com/private/ws from the launcher with valid USDT futures credentials and confirmed the user-data stream subscribes and receives account/order events as before.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves implementation)
  • Performance (non-breaking change which improves performance. Please add associated performance test and results)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Non-functional change (xml comments/documentation/etc)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My branch follows the naming convention bug-<issue#>-<description> or feature-<issue#>-<description>

@Martin-Molinero Martin-Molinero merged commit 11f502d into QuantConnect:master May 8, 2026
8 checks passed
@Romazes Romazes deleted the bug-binance-fwebsocket-private-ws branch May 8, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants