Get historical performance data to visualize your portfolio’s growth over time
Documentation Index
Fetch the complete documentation index at: https://coinstats.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.
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
]
]