V2 Integrator API
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
404 — the API does not leak the existence
of strategies you don’t own.