---
title: "Gets the withdrawal progress for the specified ID."
method: GET
path: "/v1/brc20-swap/withdraw_process"
tags: ["BRC20-Swap"]
---

# Gets the withdrawal progress for the specified ID.

`GET /v1/brc20-swap/withdraw_process`

## Query parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `code` number, required
  - `msg` string, required
  - `data` object, required
    - `id` string
    - `tick` string
    - `amount` string
    - `ts` number
    - `status` string
    - `totalConfirmedNum` number
    - `totalNum` number — Total number of confirmations (rollUp + approve)
    - `rollUpConfirmNum` number
    - `rollUpTotalNum` number — Total number of rollUp confirmations
    - `approveConfirmNum` number
    - `approveTotalNum` number — Total number of approve confirmations
    - `cancelConfirmedNum` number
    - `cancelTotalNum` number
    - `rollUpTxid` string — Decrease operation is required to withdraw, which in rollup inscription
    - `paymentTxid` string
    - `inscribeTxid` string
    - `approveTxid` string
    - `completedAmount` string
    - `matchHistory` object[]
      - `approveInscriptionId` string — Withdraw inscription
      - `transferInscriptionId` string — Deposit inscription
      - `tick` string
      - `consumeAmount` string
      - `remainAmount` string — Residual cash withdrawal
      - `approveAddress` string — Withdraw user address
      - `transferAddress` string — Deposit user address
      - `txid` string — Matching txid
      - `ts` number

---

[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)
