Skip to main content

Balance

CHANNEL

wss://wss.prime.kraken.com/ws/v1

balanceAuthentication Required

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
Value: subscribe

Request type.

streams array [ required

Array containing the Balance stream configuration.

name string required
Value: Balance

Subscription name.

Currencies array [

Optional list of currencies to filter these balance updates by, default is all available currencies.

]
EquivalentCurrency string

If provided, will provide converted equivalent amounts of each currency in the provided Equivalent Currency.

]

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.

Currency string required

Currency of this balance update.

Amount string required

Current balance amount in the specified currency.

AvailableAmount string required

Amount available for trading right now.

Equivalent object

If requested equivalent balance amount, will provide a Balance update in the specified equivalent currency.

Currency string

Requested Equivalent Currency.

Amount string

Amount of this balance in the equivalent currency.

AvailableAmount string

Equivalent amount of amount available for trading right now.

]