---
title: "Summary Of Account Balances"
method: GET
path: "/iserver/account/{accountId}/summary/balances"
tags: ["tradingAccounts"]
---

# Summary Of Account Balances

`GET /iserver/account/{accountId}/summary/balances`

Returns a summary of an account's equity and cash balances, in total and by account segment.

## Path parameters

- `accountId` string, required

## Response `200`

Indicates a successful return of available funds.

- SummaryOfAccountBalancesResponse
  - `total` SummaryOfAccountBalancesResponseTotal — Contains total balance details for the account.
    - `net_liquidation` string — The basis for determining the price of the assets in your account.
    - `Nt Lqdtn Uncrtnty` string — Displays the uncertainty of the Net Liquidating Value associated with after-hours price changes.
    - `equity_with_loan` string — * `Cash Accounts` Settled cash * `Margin Accounts` Total cash value + stock value + bond value + fund value + European & Asian options value.
    - `Prvs Dy Eqty Wth Ln Vl` string — The accounts equity balance including loan value.
    - `sec_gross_pos_val` string — Equals the sum of the absolute value of all positions except cash, index futures and US treasuries.
    - `cash` string — Total cash balance in the account
    - `MTD Interest` string — Total Month-to-date interest.
    - `Pndng Dbt Crd Chrgs` string — Any pending charges for the IBKR debit account.
  - `commodities` SummaryOfAccountBalancesResponseCommodities — Contains Commodity-specific balance details.
    - `net_liquidation` string — The basis for determining the price of the assets in your account.
    - `equity_with_loan` string — * `Cash Accounts` Settled cash * `Margin Accounts` Total cash value + stock value + bond value + fund value + European & Asian options value.
    - `cash` string — Total cash balance in the account
    - `MTD Interest` string — Total Month-to-date interest.
    - `Pndng Dbt Crd Chrgs` string — Any pending charges for the IBKR debit account.
  - `securities` SummaryOfAccountBalancesResponseSecurities — Contains Security-specific balance details.
    - `net_liquidation` string — The basis for determining the price of the assets in your account.
    - `equity_with_loan` string — * `Cash Accounts` Settled cash * `Margin Accounts` Total cash value + stock value + bond value + fund value + European & Asian options value.
    - `Prvs Dy Eqty Wth Ln Vl` string — The accounts equity balance including loan value.
    - `sec_gross_pos_val` string — Equals the sum of the absolute value of all positions except cash, index futures and US treasuries.
    - `cash` string — Total cash balance in the account
    - `MTD Interest` string — Total Month-to-date interest.
    - `Pndng Dbt Crd Chrgs` string — Any pending charges for the IBKR debit account.

## Other responses

- `400` — bad request; passed input cannot pass initial validation and detected right away
- `401` — Missing, invalid, or unparseable Authorization token.
- `503` — service is unavailable. For example if request takes more than 10s due to some internal service unavailability, request aborted and this status returned

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
