B2B API Reference
Get strategy schedule
Returns the strategy’s rebalance schedule.
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-keyheader (required) - Required scope:
strategies:read
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.