Update account fee configuration

This endpoint allows the user to update the fee configuration for their account,
including updating the Trading fee. The system ensures that the fee values are not below the minimum allowed fee percentage.

The user can modify the trading_fee. If any fee is below the minimum allowed threshold, an error will be returned.

  • trading_fee: A configurable percentage fee for trading transactions (must be above the minimum threshold).
  • enabled: A flag indicating whether the fee feature is enabled (defaults to false if not provided).

Fee Validation:

  • The trading_fee must be above the minimum threshold defined in the system.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!