---
title: "Account Balance's Summary (Deprecated)"
method: POST
path: "/pa/summary"
tags: ["PortfolioAnalyst"]
deprecated: true
---

# Account Balance's Summary (Deprecated)

`POST /pa/summary`

> **Deprecated.**

This endpoint is going to be deprecated. Please use /pa/performance instead.
Returns a summary of all account balances for the given accounts, if more than one account is passe, the result is consolidated.

## Request body

- object
  - `acctIds` string[]

## Response `200`

returns an object

- Summary
  - `amount` number
  - `currency` string
  - `isNull` boolean
  - `timestamp` integer
  - `value` string

---

[API](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactivebrokers/client-portal-web-api/revisions/32edbfe496d1/schema)
