Get Account Balance
POST/private/Balance
Retrieve all cash balances, net of pending withdrawals.
Note on Staking/Earn assets: We have begun to migrate assets from our legacy Staking system over to a new Earn system. As such, the following assets may appear in your balances and ledger. Please see our Support article for more details. Note that these assets are "read-only", to interact with your balances in them please use the base asset (e.g.
USDT
to transact with yourUSDT
andUSDT.F
balances).
.B
, which represents balances in new yield-bearing products, similar to.S
(staked) and.M
(opt-in rewards) balances.F
, which represents balances earning automatically in Kraken Rewards
API Key Permissions Required: Funds permissions - Query
Request
- application/json
Body
required
nonce int64required
Nonce used in construction of API-Sign
header
Responses
- 200
Account balances retrieved.
- application/json
- Schema
- Example (from schema)
Schema
result object
Account Balance
property name* string
balance
error string[]
{
"error": [],
"result": {
"ZUSD": "171288.6158",
"ZEUR": "504861.8946",
"XXBT": "1011.1908877900",
"XETH": "818.5500000000",
"USDT": "500000.00000000",
"DAI": "9999.9999999999",
"DOT": "2.5000000000",
"ETH2.S": "198.3970800000",
"ETH2": "2.5885574330",
"USD.M": "1213029.2780"
}
}
Loading...