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

account_namesstring[] nullable

Filter to specific accounts. If null/empty, includes all accounts in distribution.

connector_namesstring[] nullable

Filter to specific connectors. If null/empty, includes all connectors in distribution.

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"}

Changes