Get exchange chart data for specific time ranges displayed on the CoinStats website.
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.
The identifier of portfolio, which you received from /exchange/balance call response.
"66c19c585400000000000000"
One of time periods.
24h, 1w, 1m, 3m, 6m, 1y, all "24h"
Get exchange chart
Array of historical price data points. Each data point is an array containing:
[
[
1735120800000,
8.4033,
0.00008561,
0.00240652
],
[
1735120800000,
8.4033,
0.00008561,
0.00240652
]
]