---
title: "Confirm Sub-Account Withdrawal"
method: POST
path: "/api/v4/sub-account/withdraw/confirm"
tags: ["Sub-Account"]
---

# Confirm Sub-Account Withdrawal

`POST /api/v4/sub-account/withdraw/confirm`

The endpoint confirms a single withdrawal transaction created by a [sub-account](/glossary#sub-account)
of the authenticated main account. Confirmation is the main account action that approves a withdrawal
held in `unconfirmed_by_main_account` status and releases it for processing.

Identify the target transaction by its external id, obtained from
[List Unconfirmed Sub-Account Withdrawals](/api-reference/sub-accounts/list-unconfirmed-sub-account-withdrawals).
Confirmation is the only main account action on an unconfirmed withdrawal; a withdrawal left unconfirmed
expires after a retention period. A successful call returns an empty object.

<Note>
The sub-account withdrawal endpoints are not available by default. To request access, contact institutional@whitebit.com.
A `404 Not Found` response indicates the endpoint is not enabled for the account.
</Note>

<Note>
The sub-account feature must be enabled for the region.
</Note>

## Request body

- object
  - `id` string, required — External id of the withdrawal transaction to confirm.

## Response `200`

Successful response — the withdrawal is confirmed

- object

## Other responses

- `400` — Validation error — the id field is missing or does not match an existing transaction
- `401` — Unauthorized — the API key is not authorized for the requested action
- `404` — Not Found — the sub-account withdrawal endpoints are not enabled for the account
- `422` — Validation error. Triggered when the transaction does not belong to a sub-account of the authenticated account, when the transaction is not in a confirmable status, or when an inner validation fails (for example, insufficient funds or an invalid destination address).

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
