feat: add OKX options module with dual API, USDT/USDC convert, and docs

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 08:17:27 +08:00
parent 814fe67a21
commit 806bb074ab
19 changed files with 2009 additions and 3 deletions
+2
View File
@@ -15,6 +15,7 @@ EMBED_TABS: tuple[str, ...] = (
"trade",
"strategy",
"strategy_records",
"options",
"records",
"stats",
"settings",
@@ -28,6 +29,7 @@ PATH_TO_EMBED_TAB: dict[str, str] = {
"/strategy/trend": "strategy",
"/strategy/roll": "strategy",
"/strategy/records": "strategy_records",
"/options": "options",
"/records": "records",
"/stats": "stats",
"/settings": "settings",