---
title: "List hold limit breaches"
method: POST
path: "/v1/profiles/{profileId}/balances/hold-limit-breach"
tags: ["balance"]
---

# List hold limit breaches

`POST /v1/profiles/{profileId}/balances/hold-limit-breach`

Returns a list of hold limit breaches for a profile. A hold limit breach occurs when a balance exceeds the regulatory hold limit for that profile's country (e.g. Singapore, Malaysia).

You can optionally filter by `state` and `closing_reason`.

## Path parameters

- `profileId` integer, required

## Query parameters

- `state` string, string
- `closingReason` string, string

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Successfully returned list of hold limit breaches.

- HoldLimitBreach[]
  - `id` integer — Hold limit breach ID.
  - `profileId` integer — ID of the profile that owns the hold limit breach
  - `amount` number — Amount value.
  - `currency` string — Currency code (ISO 4217 Alphabetic Code).
  - `state` 'OPEN' | 'CLOSED' — Current state of the hold limit breach.
  - `closingReason` 'AUTOMATICALLY_RESOLVED' | 'MANUALLY_RESOLVED' — Reason the breach was closed, null if state is `OPEN`.
  - `createdAt` string, date-time — Date when the hold limit breach was created.
  - `updatedAt` string, date-time — Date when the hold limit breach was last modified.

## Other responses

- `400` — Invalid closing reason or state used.
- `403` — Caller does not have access to the profile.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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