Skip to main content
{
    "event": "subscribe",
    "subscription": {
        "name": "openOrders",
        "ratecounter": "true",
        "token": "WW91ciBhdXRoZW50aWNhdGlvbiB0b2tlbiBnb2VzIGhlcmUu"
    }
}

Documentation Index

Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

WSSws-auth.kraken.comopenOrders
The openOrders channel streams the open orders belonging to the authenticated user. The initial snapshot provides a list of all open orders, followed by real-time updates. For status change updates, such as closed, the fields orderid and status will be present in the payload.

Subscribe

event
string
required
Value: subscribe
subscription
object
reqid
string
Optional client originated request identifier sent as acknowledgment in the response.

Snapshot / Update

The snapshot and update responses share the same schema. The payload is a JSON array containing the order data, the channel name, and feed detail.
[0]
object[]
A list of order objects. Each object is keyed by the Kraken order identifier.
[1]
string
Value: openOrders
[2]
object