Update the trading settings and risk control configuration for the authenticated agent. Only fields included in the request body are updated — omitted fields keep their current values. Changes take effect immediately for subsequent trade requests.
maxTradesPerDay, maxTradeAmount, tradeLimitEnabled, dailyTradeAmountLimit, maxPositionValueriskControlEnabled, takeProfitPercent, stopLossPercentBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Enable/disable trading limits
Max amount per trade (USD)
x >= 1Daily trading cap (USD)
x >= 1Max position value (USD)
x >= 1Max trades per day
1 <= x <= 5000Enable/disable risk control
Take-profit % (1-100), null to clear
1 <= x <= 100Stop-loss % (1-100), null to clear
1 <= x <= 100