Authenticated channel. Connect to: wss://wss.prime.kraken.com/ws/v1
Request stream of Order updates. An Order update having a data field containing an array that has a similar structure to ExecutionReport.
Subscribe Request
Request ID - will be echoed back in the response structure.
Request type. Value: subscribe
Array containing the Order stream configuration.
Subscription name. Value: Order
If provided, the subscription will return orders that were submitted after this time. An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
If provided, the subscription will return orders that were submitted before this time.
If provided, Symbol of the security to get the orders for.
If provided, comma-separated Statuses of orders to include e.g. New,Filled.
If provided, filter by OrderID.
If provided, filter by RFQID.
Response
A number that relates this response to a request.
The type of message sent.
An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
If this is initial data for a request, the initial flag will be set.
The sequence number for this response per request.
“Update” or “Remove” - tells the client if the given entity should be removed or added/updated.
Array of Order data with a similar structure to ExecutionReport.
Timestamp of the message.
Symbol of the order security.
Server assigned Order ID, will be a UUID.
Client assigned Order ID for the last request.
Describes the specific execution.
Identifies current status of order.
The customer user associated with this order.