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.

Authenticated channel. Connect to: wss://wss.prime.kraken.com/ws/v1
Request for stream of Balance updates. Provides real-time account balance information.

Subscribe Request

reqid
number
required
Request ID - will be echoed back in the response structure.
type
string
required
Request type. Value: subscribe
streams
array
required
Array containing the Balance stream configuration.

Response

reqid
number
required
A number that relates this response to a request.
type
string
required
The type of message sent.
ts
string
required
An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
initial
boolean
If this is initial data for a request, the initial flag will be set.
seqNum
number
required
The sequence number for this response per request.
action
string
“Update” or “Remove” - tells the client if the given entity should be removed or added/updated.
data
array
required
Array of Balance data.