Portfolio
Get Portfolio Distribution
Get portfolio distribution by token with percentage breakdowns.
Analyzes the portfolio and groups holdings by token symbol across all accounts and connectors. Each token shows its total value, percentage of portfolio, and detailed breakdown by account and connector.
Use this endpoint to:
- Understand asset allocation across your portfolio
- Identify token concentration risks
- View where each token is held (which accounts/exchanges)
- Generate portfolio composition reports
post/portfolio/distribution
Request body
Example request
{
"account_names": [
"main_account"
],
"connector_names": [
"binance"
]
}Response
Successful Response
{"stackTrail":"paths:/portfolio/distribution:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}