Skip to main content
GET
Returns the strategy’s stored preference overrides. Swap settings live under the swap namespace: slippageBps, priceImpactBps, and thresholdUsd. Each field is null when no override is set on this strategy. The strategy’s schedule is mutated through PUT /v2/strategies/{strategyId}/schedule and is not returned by this endpoint.
  • Auth: x-api-key header (required)
  • Required scope: strategies:read
Public strategies listed by List Discovery Strategies are also readable and return the creator’s stored per-strategy overrides, when they have any. Note this is a config-only view: many public strategies carry no per-strategy overrides (all fields null), and a mirrored portfolio’s effective swap settings are resolved at execution time on each rebalance — drawing on the creator’s account-level configuration when no per-strategy override exists — so all-null here does not mean the strategy executes without swap preferences, and later changes by the creator carry through to mirrored portfolios. Only the strategy’s owner can change these overrides (a PATCH on a strategy you don’t own returns 404). Anything else returns 404 — the API does not leak the existence of strategies you don’t own.