Endpoint
Path parameters
string
required
Unique identifier of the agent to update.
Body parameters
All body fields are optional. Only provided fields are updated.string
New human-readable name for the agent.
string
New wallet ID to bind trades to.
object
Risk configuration object. You can update individual nested fields using dot notation in some clients, or pass the full object:
position_size_pct(number)stop_loss_pct(number)trailing_stop_pct(number)take_profit_pct(number)
float
New minimum signal confidence from
0.0 to 1.0.integer
New maximum concurrent open positions.