---
title: "User signature withdraw psbt, submit confirmation."
method: POST
path: "/v1/brc20-swap/confirm_withdraw"
tags: ["BRC20-Swap"]
---

# User signature withdraw psbt, submit confirmation.

`POST /v1/brc20-swap/confirm_withdraw`

## Request body

- object
  - `id` string, required — The withdraw order id
  - `sig` string, required
  - `paymentPsbt` string, required
  - `approvePsbt` string, required

## Response `200`

Default Response

- object
  - `code` number, required
  - `msg` string, required
  - `data` object, required

---

[API](https://skmtc.net/unisat/apis/unisat-wallet-openapi.md) · [All operations](https://skmtc.net/unisat/apis/unisat-wallet-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unisat/unisat-wallet-openapi/revisions/68de350419c7/schema)
