Request
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.public.bitpanda.com/v1/portfolio?equivalent_currency_id=ea96ccef-edee-11eb-9bf0-06502b1fe55d¤cy_id=ea96ccef-edee-11eb-9bf0-06502b1fe55d&asset_id=ea8962d5-edee-11eb-9bf0-06502b1fe55d' \
--header 'x-api-key: <api-key>'
Responses
Portfolio overview for the authenticated user
{
"data": [
{
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b",
"balance": {
"value": "string",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
},
"available_balance": {
"value": "string",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
},
"invested_amount": {
"value": "string",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
},
"average_buy_price": {
"value": "string",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
},
"currency_balance": {
"value": "string",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
},
"total_return": {
"value": "string",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
},
"total_return_percent": "string"
}
]
}
Modified at 2026-08-03 13:07:26