Returns account-level MTM totals only (no per-position rows). Used for book-close accounting and balance reporting without pulling all positions. Supports historical queries via as_of_time or as_of_date parameters.
Required. Fully qualified resource name of the account. Example: "firms/ISV-Alice/accounts/alice-trading-account"
Optional. Query valuations as of this timestamp. Mutually exclusive with as_of_date.
Year for end-of-trading-day valuation query (e.g., 2026).
Month (1-12) for end-of-trading-day valuation query.
1 <= x <= 12Day (1-31) for end-of-trading-day valuation query.
1 <= x <= 31Optional. Method for determining mark price. Default is LAST. MarkPriceType specifies how the mark price is determined. LAST uses last traded price, VWAP uses volume-weighted average price (notional / volume), MID uses mid price ((high + low) / 2).
MARK_PRICE_TYPE_LAST, MARK_PRICE_TYPE_VWAP, MARK_PRICE_TYPE_MID