Skip to main content
GET
Returns the configured rebalance cadence for this strategy. Every strategy you create has a schedule (set at creation; updated via PUT /v2/strategies/{strategyId}/schedule). This endpoint returns config only (type + frequency). For runtime state per portfolio — nextDueAt, lastRebalanceAt, and active/paused status — read the schedule block on GET /v2/portfolios/{portfolioId}.
  • Auth: x-api-key header (required)
  • Required scope: strategies:read
Public strategies listed by List Discovery Strategies are also readable: data is the creator’s cadence, or null when the creator has no schedule configured. Anything else returns 404 — the API does not leak the existence of strategies you don’t own.