Managed strategies (flat list)
GET /v1/autopilot/managed/strategies — Every managed strategy with its bound sub-account and normalized status. The /autopilot page derives a sub-account → sta
GET /v1/autopilot/managed/strategies
Every managed strategy with its bound sub-account and normalized status. The /autopilot page derives a sub-account → status map from this single fetch so each wallet row can show Running / Idle without an N+1 per-row poll.
| Method | GET |
| Path | /v1/autopilot/managed/strategies |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | autopilot |
Response body
{ "strategies": [{ "strategyId": "str_…", "subAccountId": "sub_…", "strategyType": "sharpe-guard", "name": "Sharpe Guard", "symbols": ["BTC"], "status": "running" }] }