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

# Get a protected bank account balance

`GET /bankaccounts/{id}/protected-balances/{protectionId}`

Retrieves a specified protected account balance record.

## Path parameters

- `id` string, required
- `protectionId` string, required

## Response `200`

When request is successful. Returns a 'ProtectedAccountBalance' object.

- ProtectedAccountBalance
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `id` string, nullable — Unique identifier of the protection record.
  - `bankAccount` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `matter` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `contact` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `amount` number, double — The amount protected in dollars. Limited to 2 decimal places (cents).
  - `reason` string, nullable — Reason for protecting the funds.
  - `effectiveDate` string, date-time — Date the protection took effect.
  - `timestamp` string, date-time — Timestamp when the protection was created.
  - `isProtected` boolean — True if the funds are currently protected.
  - `userId` string, nullable — Unique identifier of the user who protected the funds.
  - `unprotectingUserId` string, nullable — Unique identifier of the user who unprotected the funds (if applicable).
  - `lastUpdated` string, date-time — Timestamp when the protection was last updated (e.g. protected or unprotected).

## Other responses

- `400` — When an unsupported request is made.
- `403` — When protected balance record is not associated with authenticated client.
- `404` — When protected balance record does not exist.

---

[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)
