Managed autopilot status for one sub-wallet
GET /v1/autopilot/managed/by-sub-account/:subAccountId — Per-sub-account snapshot the detail panel consumes: the bound strategy (or null), an account summary (equity / available
GET /v1/autopilot/managed/by-sub-account/:subAccountId
Per-sub-account snapshot the detail panel consumes: the bound strategy (or null), an account summary (equity / available / unrealized PnL), and a stale-data envelope (connected + reason) so the UI can show a degraded banner without clearing data.
| Method | GET |
| Path | /v1/autopilot/managed/by-sub-account/:subAccountId |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | autopilot |
Response body
{ "subAccountId": "sub_…", "strategy": null, "summary": null, "lastUpdatedAt": 1779986400000, "connected": true }