Get historical performance data to visualize your portfolio’s growth over time
You will get
Required
Optional
API key needed to access the endpoints. Example: 'demo-api-key'
Passcode for accessing protected portfolio data
"123456"
One of time periods.
24h, 1w, 1m, 3m, 6m, 1y, all "24h"
Portfolio ID for accessing a specific API-connected portfolio. Required if shareToken is not provided.
"abc123def456"
Portfolio Chart
Array of historical price data points. Each data point is an array containing:
[
[
1755864000000,
297711.24614580005,
2.65026183,
69.53175117
],
[
1755864000000,
297711.24614580005,
2.65026183,
69.53175117
]
]