Skip to main content

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.

Public channel. Connect to: wss://wss.prime.kraken.com/ws/v1
Pings may be optionally initiated by the client. They are not required to keep the session alive. The server will respond with a pong message.

Request

reqid
number
required
A unique number that identifies this ping request.
type
string
required
Request type. Value: Ping
ts
string
required
An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
data
array
Optional list of objects that is forwarded in the response.

Response

reqid
number
required
The request ID from the ping request.
type
string
required
Response type. Value: Pong
seqNum
number
required
Sequence number, always 0 for ping/pong.
ts
string
required
An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
data
array
Forwarded data from the ping request, if provided.