Lists owned assets in a user’s portfolio.
curl --request GET \
--url https://nexus.kraken.com/b2b/portfolio/{user}/details \
--header 'API-Key: <api-key>' \
--header 'API-Sign: <api-key>'{
"result": {
"timestamp": "2023-11-07T05:31:56Z",
"currency": "<string>",
"assets": [
{
"asset": "<string>",
"cash_balance": "1.23",
"index_price": "1.23",
"cash_value": "1.23",
"held_orders_spot": "1.23",
"class": "currency",
"avail_trade": "1.23",
"avail_trade_value": "1.23",
"credit_line_used": "1.23",
"credit_line_available": "1.23",
"lots_upnl": "1.23",
"avg_entry_price": "1.23",
"cost_basis": "1.23"
}
]
}
}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.
The "API-Key" header should contain your API key.
Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.
The target version of the Embed API to use. The API version name is based on the date when the API version was released. For example, the API version 2025-04-15 was released on April 15, 2025.
2025-04-15 Internet International Bank Account Number (IIBAN)
14 - 42If provided, shows values as the provided asset.
3 - 16"BTC"
Response
Show child attributes
curl --request GET \
--url https://nexus.kraken.com/b2b/portfolio/{user}/details \
--header 'API-Key: <api-key>' \
--header 'API-Sign: <api-key>'{
"result": {
"timestamp": "2023-11-07T05:31:56Z",
"currency": "<string>",
"assets": [
{
"asset": "<string>",
"cash_balance": "1.23",
"index_price": "1.23",
"cash_value": "1.23",
"held_orders_spot": "1.23",
"class": "currency",
"avail_trade": "1.23",
"avail_trade_value": "1.23",
"credit_line_used": "1.23",
"credit_line_available": "1.23",
"lots_upnl": "1.23",
"avg_entry_price": "1.23",
"cost_basis": "1.23"
}
]
}
}