Skip to main content

Order Cancel Replace Request

REQUEST

wss://wss.prime.kraken.com/ws/v1

order-cancel-replace-requestAuthentication Required

Command used to modify an open order. Results of this command will be visible in the Order and ExecutionReport streams.

Request

reqid number required

Request ID.

type string required
Value: OrderCancelReplaceRequest

Command type.

data array [ required

Replace request data array.

Symbol string required

Symbol of the security to submit an order on.

ClOrdID string required

Unique Client Order ID for this request, usually a UUID.

OrigClOrdID string

Client Order ID of the order to cancel, one of OrderID, OrigClOrdID is required.

OrderID string

Order ID of the order to cancel, one of OrderID, OrigClOrdID is required.

OrderQty string required

Order quantity in units of Currency.

Price string

Order limit price, required for Limit orders.

TransactTime string required

An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.

Strategy string

Optional order strategy to use. For algorithmic orders Pegged, TWAP, FullAmount, TimeSliced, and SteadyPace are supported.

EndTime string

Optional expire time for the order. An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.

Parameters object

Optional order strategy parameters.

Timestamp string

Timestamp of the message.

]