MINARA

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.

MethodGET
Path/v1/autopilot/managed/strategies
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryautopilot

Response body

{ "strategies": [{ "strategyId": "str_…", "subAccountId": "sub_…", "strategyType": "sharpe-guard", "name": "Sharpe Guard", "symbols": ["BTC"], "status": "running" }] }

On this page