---
title: "Gets the user withdrawal history."
method: GET
path: "/v1/brc20-swap/withdraw_history"
tags: ["BRC20-Swap"]
---

# Gets the user withdrawal history.

`GET /v1/brc20-swap/withdraw_history`

## Query parameters

- `address` string, required
- `start` number, required
- `limit` number, required
- `tick` string

## Response `200`

Default Response

- object
  - `code` number, required
  - `msg` string, required
  - `data` object, required
    - `total` number
    - `list` object[]
      - `id` string
      - `tick` string
      - `totalAmount` string — Total amount withdrawal
      - `completedAmount` string — The number of withdrawal completed
      - `ts` number
      - `totalConfirmedNum` number — The current number of confirmations
      - `totalNum` number — The total number of confirmations
      - `status` string

---

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