Set partner fee default
Sets the default partner fee (in basis points) for an organization. The caller must be an admin member of the target organization. The fee is capped at 500 bps (5.00%).
Once set, this default is applied to all new quotes for the organization unless overridden
per-quote via the partnerFeeBps field on the quote request.
Partner fees are layered on top of platform fees and settled offline via finance — there is no on-chain component.
Documentation Index
Fetch the complete documentation index at: https://docs.etherfuse.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.
Path Parameters
ID of the organization to configure
Body
Default partner fee in basis points (0–500). Set to 0 to disable.
0 <= x <= 500Response
Partner fee default updated successfully
The new default partner fee in basis points