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

string
required
Value: subscribe
object
required
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.
string
Value: executions
string
One of: snapshot, update
object[]
A list of execution reports: order status and fills.
integer
The subscription message sequence number.

Unsubscribe

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