feat(options): push chain asks/bids via OKX WS + SSE

Replace soft REST polling with OKX public tickers WS ingest and browser SSE patches so list quotes stay live while watching an expiry.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-11 11:49:49 +08:00
parent 24bb8532c4
commit 14a7adae1f
7 changed files with 959 additions and 7 deletions
+1
View File
@@ -4,6 +4,7 @@
flask>=3.0,<4
requests>=2.31,<3
ccxt>=4.2,<5
websocket-client>=1.6,<2
werkzeug>=3.0,<4
PySocks>=1.7,<2
Pillow>=10.0,<12