Skip to main content
{
  "channelID": 10001,
  "channelName": "ticker",
  "event": "subscriptionStatus",
  "pair": "XBT/EUR",
  "status": "subscribed",
  "subscription": {
    "name": "ticker"
  }
}

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.comsubscriptionStatus
Subscription status response to subscribe, unsubscribe or exchange-initiated unsubscribe. This message is returned for every subscribe or unsubscribe request across all channels.

Payload

event
string
Value: subscriptionStatus
channelName
string
required
One of: book, ohlc, openOrders, ownTrades, spread, ticker, trade, *The name of the channel.
pair
string
Example: "BTC/USD"The currency pair associated with this subscription.
status
string
One of: subscribed, unsubscribed, ok, error
subscription
object
reqid
integer
Client originated identifier for the request that initiated this response.
errorMessage
string
Condition: Unsuccessful requests onlyError message for unsuccessful requests.
channelID
integer
deprecated
Deprecated: use channelName and pairChannel ID on successful subscription, applicable to public messages only.