Fix Binance option top-of-book via depth limit and ticker fallback.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-25 12:08:33 +08:00
parent 78fd046fb6
commit d701d30c04
4 changed files with 134 additions and 12 deletions
+1
View File
@@ -37,6 +37,7 @@ class Settings(BaseSettings):
binance_fapi_base: str = "https://fapi.binance.com"
binance_eapi_base: str = "https://eapi.binance.com"
binance_futures_ws: str = "wss://fstream.binance.com/stream"
# 官方默认根路径 /eoptions;组合流用 /eoptions/stream?streams=
binance_options_ws: str = "wss://nbstream.binance.com/eoptions/stream"
binance_http_proxy: str = ""