Show min option hours in control risk/open column.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-03 07:56:32 +08:00
parent 44a545e6e4
commit b09bcd8414
2 changed files with 10 additions and 3 deletions
+3
View File
@@ -271,6 +271,9 @@ async def fleet_status(_tok: Annotated[str, Depends(require_fleet_token)]) -> di
"min_option_leverage": _pick(
"min_option_leverage", float(settings.min_option_leverage)
),
"min_option_hours": _pick(
"min_option_hours", float(settings.min_option_hours)
),
"perp_margin_mode": st.get("perp_margin_mode"),
"perp_qty_eth": st.get("perp_qty_eth"),
"option_qty_eth": st.get("option_qty_eth"),