Endpoint
Authentication
This endpoint requires HMAC authentication. Include the
Key, Timestamp, and HMAC headers on every request. See the authentication guide for signing instructions.Headers
Optional. A unique value chosen by the client for a logical operation. Replaying the same
POST with the same key and the same JSON body returns the stored response without applying duplicate updates. A different body produces a new fingerprint, so requoting is not blocked.Request
An array of 1 to 20 update objects. Each entry must include the
id of an open order plus the fields to change.Response
Returns200 OK with one result per submitted update, in the same order as the request.
Zero-based position of this update in the request payload.
The original order ID that was submitted for update.
true if the order was updated.Replacement limit order. Present when
success is true. See List orders for the LimitOrder field reference.Validation error for this update. Present when
success is false. May be a string or an object describing field-level issues.Example
Sample response (200 OK)