관리형 전략 카탈로그
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" }