MINARA

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.

MethodGET
Path/v1/autopilot/managed/by-sub-account/:subAccountId
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryautopilot

Response body

{ "subAccountId": "sub_…", "strategy": null, "summary": null, "lastUpdatedAt": 1779986400000, "connected": true }

On this page