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=b88b8879-efe3-11eb-b56f-0691764446a7&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",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"currencyId": "2a59a322-927b-4fc7-bac8-d295c634b295"
}
}
],
"returnPercentage": "string"
}
}
Modified at 2026-08-06 14:05:15