V2 Integrator API
Patch strategy fees
Patches the strategy’s integrator-fee override.
PATCH
Patches the strategy’s integrator-fee override.
swapBps is the
basis-point fee charged on the output side of every swap for this
specific strategy. Range: 0–300 (3%).
- Auth:
x-api-keyheader (required) - Required scope:
fees:write
null clears the per-strategy override. The tenant-wide default
lives at
PATCH /v2/tenant/fees.
Cross-tenant access returns 404.
Patch semantics
- Omitted field — preserve the current override value
- Explicit
null— clear the per-strategy override - Explicit value — set the override
{} is a 200 no-op.