托管策略目录
GET /v1/autopilot/managed/catalog:列出选择器可提供的托管策略类型。
GET /v1/autopilot/managed/catalog
列出选择器可提供的全托管策略类型,包括 Sharpe Guard 和 Futures Grid,每种策略都有默认配置和回测摘要。source 告诉 UI 如何渲染:上游目录待定时为 static-fallback,上线后为 upstream,上游负载无法解析时为 schema-drift。
| 方法 | GET |
| 路径 | /v1/autopilot/managed/catalog |
| 认证 | 设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token> |
| 类别 | autopilot |
响应体
{ "catalog": [{ "strategyType": "sharpe-guard", "name": "Sharpe Guard", "tags": [], "description": "…", "defaultConfig": {}, "backtestSummary": { "estAprPct": 300.58, "maxDrawdownPct": -38.9 } }], "source": "static-fallback" }