V2 Integrator API
Patch tenant fees
Patches the tenant’s integrator-fee defaults.
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:
0–300 (3%).
- Auth:
x-api-keyheader (required) - Required scope:
fees:write
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
{} is a 200 no-op.