---
title: "Get bank account matter balances"
method: GET
path: "/bankaccounts/{id}/matter-balances"
tags: ["Bank Accounts"]
---

# Get bank account matter balances

`GET /bankaccounts/{id}/matter-balances`

Returns a list of bank account matter balances.

## Path parameters

- `id` string, required

## Query parameters

- `Offset` integer
- `Limit` integer
- `LastUpdated` string, date-time
- `MatterId` string

## Response `200`

When request is successful. Returns a collection of 'BankAccountMatterBalance' objects.

- BankAccountMatterBalancePagedCollection
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `value` BankAccountMatterBalance[], nullable
    - `matter` Link
      - `id` string, nullable
      - `href` string, nullable
      - `relation` string, nullable
      - `method` string, nullable
    - `balance` number, double — The balance belonging for the specified matter.
    - `protectedBalance` number, double — The protected balance for the specified matter.
    - `availableBalance` number, double — The available balance for the specified matter. This value is calculated as the total balance minus the protected balance.
    - `unpresentedChequesBalance` number, double — Balance of the unpresented cheques for this matter. A cheque is considered unpresented if the related transaction has not been reconciled. If this balance is not zero, some actions on the matter are restricted (e.g. closing or cancelling the matter).
    - `lastUpdated` string, date-time, nullable — Date and time that the balance was last updated.
  - `offset` integer, nullable
  - `limit` integer, nullable
  - `size` integer
  - `first` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `previous` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `next` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `last` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.

---

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