put https://sandbox.depasify.com/api/v1/accounts//update_fee
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.