All routes require a bearer token with the
read:users scope plus the
x-user-id header so the backend can resolve the retail account.What to fetch
Chart data
Chart data
Call
GET /portfolios/{id}/prices-by-tenor to retrieve a map of chart points keyed by tenor (1w, 1m, 6m, 1y, max).
Each entry contains the sampled data points you can feed directly into the price chart component.Example: fetch portfolio prices
See also
- API Reference → Portfolios API →
GET /portfolios/{id}/prices-by-tenor