Portfolios
Get user portfolios
Retrieve all portfolios for the authenticated user with holdings and target allocation.
GET
Get all portfolios for the signed-in user
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}$Response
Array of user portfolios with holdings and target allocation.
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 all portfolios for the signed-in user