Skip to main content
PATCH
Patches the tenant’s stored integrator swap-fee default. swapBps is the basis-point fee charged on the output side of every swap. Range: 30 (0.3%)–300 (3%).
  • Auth: x-api-key header (required)
  • Required scope: fees:write
Per-strategy overrides go to PATCH /v2/strategies/{strategyId}/fees.

Patch semantics

  • Omitted field — preserve the current value
  • Explicit null — clear the fee (no integrator fee applied)
  • Explicit value — set the fee
Empty body {} is a 200 no-op.