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