v1
latestOpenAPI 3.1.02026-07-241653251.3 MBTrade Strategy
Update a Trader's settings
Updates a Trader's settings. Synchronous. Currently the only mutable field is auto_rebalance. Does not affect any in-flight Operation; takes effect on the next Rebalance.
patch/strategies/traders/{trader_id}
Path parameters
trader_idstring uuid required
Unique identifier of the Trader.
Headers
X-SCX-SIGNEDstring required
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
X-SCX-TIMESTAMPstring required
Example:1678901234
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Request body
Response
The updated Trader.
Example response
{
"message": {
"id": "b1c2d3e4-f5a6-4789-bcde-f01234567890",
"strategy_id": "b1c2d3e4-f5a6-4789-bcde-f01234567890",
"participant_code": "CUST01",
"created_at": "2026-04-17T10:00:00Z",
"updated_at": "2026-04-17T10:00:00Z"
}
}