Set customer fee profile for all instruments
PUT/customers/:code/fee-profile
Set the fee schedule for a customer across all instruments. Applied atomically: if any instrument is rejected by the exchange the entire request fails and no fees are changed.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
- 502
Customer fee profiles for all instruments were updated
Bad request — validation failed or invalid parameters
Authentication required or credentials invalid
Insufficient permissions for the requested resource
The requested resource was not found
Rate limit exceeded — retry after the period indicated in Retry-After header
Internal server error
Exchange upstream error — the underlying exchange returned an error or is unavailable