---
title: "Desbloqueio de saldo"
method: POST
path: "/wallet/{account}/balance/unblock"
---

# Desbloqueio de saldo

`POST /wallet/{account}/balance/unblock`

## Path parameters

- `account` string, required

## Request body

- object
  - `correlationBlockedId` string, required
  - `clientRequestId` string, required
  - `reason` string, required
  - `description` string
  - `unblockAll` boolean
  - `amount` number

## Response `200`

OK

- object
  - `status` string
  - `version` string
  - `body` object
    - `id` string
    - `unblockedAmount` number
    - `clientRequestId` string
    - `correlationBlockedId` string
    - `clientRequestIdOriginal` string[]
    - `debitParty` object
      - `account` string
      - `ispb` string
      - `name` string
      - `branch` string
      - `bank` string
    - `description` string
    - `reason` string

## Other responses

- `400` — Bad Request
- `401` — Access Denied
- `404` — Not Found
- `500` — Internal Error

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
