curl --request GET \
--url http://localhost:8000/portfolio/accounts-distribution \
--header 'Authorization: Basic <encoded-value>'Get portfolio distribution by accounts with percentages.
Returns: Dictionary with account distribution including percentages, values, and breakdown by connectors
curl --request GET \
--url http://localhost:8000/portfolio/accounts-distribution \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?