Skip to main content
{
  "connectionID": 8628615390848610000,
  "event": "systemStatus",
  "status": "online",
  "version": "1.9.1"
}

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.kraken.comsystemStatus
Status sent on connection or system status changes. This is a server-initiated message — no subscription is required.

Payload

event
string
Value: systemStatus
status
string
One of: online, cancel_only, maintenance, post_onlyThe status of the trading engine.
  • online: Markets are operating normally - all order types may be submitted and order matching can occur.
  • maintenance: Markets are offline for scheduled maintenance - new orders cannot be placed and existing orders cannot be cancelled.
  • cancel_only: Orders can be cancelled but new orders cannot be placed. No order matching will occur.
  • post_only: Only limit orders using the post_only option can be submitted. Orders can be cancelled. No order matching will occur.
version
string
The version of the websockets service.
connectionID
integer
A unique connection identifier (for debugging).