Order Cancel Replace Request
REQUESTwss://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
- Request Schema
- Example
Request ID.
OrderCancelReplaceRequest
Command type.
Replace request data array.
Symbol of the security to submit an order on.
Unique Client Order ID for this request, usually a UUID.
Client Order ID of the order to cancel, one of OrderID, OrigClOrdID is required.
Order ID of the order to cancel, one of OrderID, OrigClOrdID is required.
Order quantity in units of Currency.
Order limit price, required for Limit orders.
An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
Optional order strategy to use. For algorithmic orders Pegged, TWAP, FullAmount, TimeSliced, and SteadyPace are supported.
Optional expire time for the order. An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
Optional order strategy parameters.
Timestamp of the message.
{
"reqid": 14,
"type": "OrderCancelReplaceRequest",
"data": [
{
"Price": "44000",
"Symbol": "BTC-USD",
"OrderID": "16a55364-4248-4575-aa0b-dddd3f694ca3",
"ClOrdID": "b5e52570-15da-11ec-b5e7-7f4881f01b7d",
"TransactTime": "2021-09-15T04:09:24.039000Z",
"OrderQty": "0.5",
"Parameters": {
"ErrorAction": "Pause"
}
}
]
}