Skip to main content
WSSfutures.kraken.com/ws/v1balances
This feed returns balance information for holding wallets, single collateral wallets and multi-collateral wallets.

Request

string
required
subscribe or unsubscribe
string
required
The requested subscription feed. Value: balances
string
required
The user API key.
string
required
The message that is received from a challenge request.
string
required
The signed challenge message with user API secret.

Response Success

string
One of: subscribed, subscribed_failed, unsubscribed, unsubscribed_failedThe result.
string
The requested subscription feed. Value: balances
string
The user API key.
string
The message that is received from a challenge request.
string
The signed challenge message with user API secret.

Balances Snapshot

string
The subscribed feed.
string
The user account.
positive integer
The unix timestamp of the balance state in milliseconds.
positive integer
The subscription message sequence number.
map of floats
A map from currency names to balance quantity.
map of structures
A map from single collateral wallet names to collateral wallet structure.
structure
The multi-collateral wallet structure.
float
Cash value sum total of the single collateral wallets in USD.
float
Cash value sum total with unrealized pnl of the single collateral wallets in USD.

Balances Delta

string
The subscribed feed.
string
The user account.
positive integer
The unix timestamp of the balance state in milliseconds.
positive integer
The subscription message sequence number.
optional map of floats
A map from currency names to balance quantity.
optional map of structures
A map from single collateral wallet names to collateral wallet structure.
optional structure
The multi-collateral wallet structure.

Response Error

string
Value: error
string
One of: Invalid feed, Json ErrorAn error message.