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
string
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
object[]
required
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.
integer
required
Zero-based position of this update in the request payload.
integer
The original order ID that was submitted for update.
boolean
required
true if the order was updated.object
Replacement limit order. Present when
success is true. See List orders for the LimitOrder field reference.any
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)