Skip to main content
WSSws-auth.kraken.com/v2executions
The executions channel streams order status and execution events for this account. It corresponds to a combination of the following Websockets v1 channels: openOrders and ownTrades. This channel contains account specific data, an authentication token is required in the request.

Subscribe

method
string
required
Value: subscribe
params
object
required
req_id
integer
Optional client originated request identifier sent as acknowledgment in the response.

Snapshot / Update

The snapshot and update stream share the same data schema, the fields included in the message is dependant on the exec_type. By default, the snapshot response contains all open orders and latest 50 trades. The snapshot message content can be adjusted with the subscription parameters.
channel
string
Value: executions
type
string
One of: snapshot, update
data
object[]
A list of execution reports: order status and fills.
sequence
integer
The subscription message sequence number.

Unsubscribe

method
string
required
Value: unsubscribe
params
object
required
req_id
integer
Optional client originated request identifier sent as acknowledgment in the response.