Get the historical state of all or filtered accounts portfolio with pagination and interval sampling.
The interval parameter allows you to control data granularity:
Using larger intervals significantly reduces response size and improves performance.
Args: filter_request: JSON payload with filtering criteria (account_names, connector_names, start_time, end_time, limit, cursor, interval)
Returns: Paginated response with historical portfolio data sampled at the requested interval
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request model for filtering portfolio history
Number of items per page
1 <= x <= 1000Start time as Unix timestamp in milliseconds
End time as Unix timestamp in milliseconds
Cursor for next page
List of account names to filter by
List of connector names to filter by
Data sampling interval: 5m, 15m, 30m, 1h, 4h, 12h, 1d. Default is 5m (raw data)