Get the current state of all or filtered accounts portfolio.
Args: filter_request: JSON payload with filtering criteria including:
Returns: Dict containing account states with connector balances and token information
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request model for filtering portfolio state
List of account names to filter by
List of connector names to filter by
Skip Gateway wallet balance updates for faster CEX-only queries
If True, refresh balances before returning. If False, return cached state
Successful Response