Portfolios
Get portfolio holdings
Retrieve portfolio holdings (ISIN, asset, quantity) and target allocation (percentages per asset)
GET
Get portfolio holdings
Authorizations
Auth0-issued access token that includes the scopes listed for the route.
Headers
MongoDB identifier of the user whose portfolio is being queried.
Pattern:
^[a-f0-9]{24}$Path Parameters
Portfolio identifier belonging to the authenticated user.
Pattern:
^[a-f0-9]{24}$Response
Portfolio holdings with asset details.
Portfolio unique identifier.
ISO currency code for the portfolio (e.g. EUR, GBP, USD).
Array of holdings with asset details and quantities.
Target allocation by asset. Weights are persisted with the portfolio. May be an empty array when unset.
Portfolio creation timestamp.
Last update timestamp.
Get portfolio holdings