---
title: "Withdraw History (supporting network) (USER_DATA)"
method: GET
path: "/sapi/v1/capital/withdraw/history"
tags: ["Wallet"]
---

# Withdraw History (supporting network) (USER_DATA)

`GET /sapi/v1/capital/withdraw/history`

Fetch withdraw history.

This endpoint specifically uses per second UID rate limit, user's total second level IP rate limit is 180000/second. Response from the endpoint contains header key X-SAPI-USED-UID-WEIGHT-1S, which defines weight used by the current IP.

- `network` may not be in the response for old withdraw.
- Please notice the default `startTime` and `endTime` to make sure that time interval is within 0-90 days.
- If both `startTime` and `endTime` are sent, time between `startTime` and `endTime` must be less than 90 days
- If withdrawOrderId is sent, time between startTime and endTime must be less than 7 days.
- If withdrawOrderId is sent, startTime and endTime are not sent, will return last 7 days records by default.

Weight(UID): 18000
Request Limit: 10 requests per second

## Query parameters

- `coin` string
- `withdrawOrderId` string
- `status` integer
- `startTime` integer
- `endTime` integer
- `offset` integer
- `limit` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

List of withdraw history

- object[]
  - `address` string, required
  - `amount` string, required
  - `applyTime` string, required
  - `coin` string, required
  - `id` string, required
  - `withdrawOrderId` string, required — will not be returned if there's no withdrawOrderId for this withdraw.
  - `network` string, required
  - `transferType` integer, required — 1 for internal transfer, 0 for external transfer
  - `status` integer, required
  - `transactionFee` string, required
  - `confirmNo` integer
  - `info` string — Reason for withdrawal failure
  - `txId` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/versions/0dd2f133e12d/schema)
