---
title: "Withdraw (USER_DATA)"
method: POST
path: "/sapi/v1/capital/withdraw/apply"
tags: ["Wallet"]
---

# Withdraw (USER_DATA)

`POST /sapi/v1/capital/withdraw/apply`

Submit a withdraw request.

- If `network` not send, return with default network of the coin.
- You can get `network` and `isDefault` in `networkList` of a coin in the response of `Get /sapi/v1/capital/config/getall (HMAC SHA256)`.

Weight(IP): 1

## Query parameters

- `coin` string, required
- `withdrawOrderId` string
- `network` string
- `address` string, required
- `addressTag` string
- `amount` number, double, required
- `transactionFeeFlag` boolean
- `name` string
- `walletType` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Transafer Id

- object
  - `id` 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)
