Get portfolio performance history
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-history?equivalent_currency_id=ea96ccef-edee-11eb-9bf0-06502b1fe55d&timeframe=WEEK' \
--header 'x-api-key: <api-key>'
Responses
Portfolio performance history for the authenticated user
{
"data": {
"datapoints": [
{
"time": "2019-08-24T14:15:22.123Z",
"value": {
"value": "string",
"asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b"
}
}
],
"return_percentage": "string"
}
}
Modified at 2026-08-03 13:07:26