3 Commits

Author SHA1 Message Date
0xcathiefish d40498e5b6 Migrate Binance futures WS to /market/stream endpoint
Binance permanently decommissioned wss://fstream.binance.com/stream on
2026-04-23. Connections to the legacy URL still complete the handshake
but receive no kline data — the server silently withholds frames and
read.next() blocks forever, so realtime updates stop while historical
REST sync still works. This caused frontend charts to freeze and
watchlist prices to remain at 0.00.

Per Binance's WebSocket Change Notice, kline streams now belong to the
/market routing class. Updating the combined-stream URL to
wss://fstream.binance.com/market/stream?streams=... restores realtime
delivery without any other code change (combined-stream syntax is
unchanged).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 04:22:52 +00:00
0xcathiefish 59c65446f9 Remove hardcode of email restriction. 2026-04-06 08:14:49 +00:00
0xcathiefish b33ef907d4 Upload files. 2026-02-12 08:11:37 +00:00