v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Sub-Account

Confirm Sub-Account Withdrawal

The endpoint confirms a single withdrawal transaction created by a 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. 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>
post/api/v4/sub-account/withdraw/confirm

Request body

idstring required

External id of the withdrawal transaction to confirm.

Example request

{
  "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}

Response

Successful response — the withdrawal is confirmed

object required