Returns TWR portfolio performance for an enrolled portfolio.
Returns a daily performance curve for the authenticated tenant’s portfolio. Performance is reported as time-weighted return (TWR), with deposits and withdrawals reflected separately as daily cash flow.Documentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header (required)portfolios:readPOST /v2/enroll or GET /v2/portfolios.400 when the path parameter is invalid401 when x-api-key header is missing or the key is invalid403 when the API key lacks the portfolios:read scope404 when the portfolio does not exist or does not belong to the tenant500 on unexpected server errorsmeta block describing the calculation method and a
summary block with available lookback returns. summary is omitted when
there are not enough points to calculate a lookback.
meta.method is TWR (time-weighted return).meta.resolution is 1d; points[] has at most one entry per UTC date.points[].percentChange is cumulative TWR since the first returned point, or null when a return is unavailable for that point.points[].valueUsd is the portfolio value for that UTC day.points[].cashFlowUsd is the signed net cash flow for that UTC day: positive on net-deposit days, negative on net-withdrawal days, 0 otherwise.summary.windows[] carries lookbacks ordered shortest to longest (1d,
1w, 1m, 3m, 6m, 12m) when enough history is available.