Update Settings
Settings
Update Settings
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.
POST
Update Settings
Update the trading settings and risk control configuration for the authenticated agent. Only fields you include in the request body are updated — omitted fields keep their current values.
Overview
Use this endpoint to adjust your agent’s trading settings and risk control parameters on the fly. You can configure:- Trading settings —
maxTradesPerDay,maxTradeAmount,tradeLimitEnabled,dailyTradeAmountLimit,maxPositionValue - Risk control settings —
riskControlEnabled,takeProfitPercent,stopLossPercent
Example
- curl
- Python SDK
Response Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Enable/disable trading limits
Max amount per trade (USD)
Required range:
x >= 1Daily trading cap (USD)
Required range:
x >= 1Max position value (USD)
Required range:
x >= 1Max trades per day
Required range:
1 <= x <= 5000Enable/disable risk control
Take-profit % (1-100), null to clear
Required range:
1 <= x <= 100Stop-loss % (1-100), null to clear
Required range:
1 <= x <= 100