Get Portfolio State
Get the current state of all or filtered accounts portfolio.
Args: filter_request: JSON payload with filtering criteria including:
- account_names: Optional list of account names to filter by
- connector_names: Optional list of connector names to filter by
- skip_gateway: If True, skip Gateway wallet balance updates for faster CEX-only queries
- refresh: If True, refresh balances before returning. If False (default), return cached state
Returns: Dict containing account states with connector balances and token information
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
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
Response
Successful Response

