MINARA

調用者的 XStrategy 部署(選擇器“我的”標籤)

GET /v1/autopilot/managed/xstrategy/deployments:列出用戶的實時 XStrategy 部署。

GET /v1/autopilot/managed/xstrategy/deployments

列出用戶的實時 XStrategy 部署,不限狀態,使自動駕駛策略選擇器的“我的”標籤可將它們顯示在策略工作室策略旁邊。只讀操作。上游未定義類型,因此網關會防禦性地投影每一行。

方法GET
路徑/v1/autopilot/managed/xstrategy/deployments
認證設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token>
類別autopilot

響應體

{ "deployments": [{ "deploymentId": "dep_…", "strategyId": "str_…", "name": "…", "status": "RUNNING", "symbols": ["BTC"], "subAccountId": "sub_…", "backtestId": "bt_…" }] }

本頁目錄