v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Portfolio

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

post/portfolio/state

Request body

account_namesstring[] nullable

List of account names to filter by

connector_namesstring[] nullable

List of connector names to filter by

skip_gatewayboolean

Skip Gateway wallet balance updates for faster CEX-only queries

refreshboolean

If True, refresh balances before returning. If False, return cached state

Response

Successful Response

object required