---
title: "Withdrawl assets from the managed sub-account(For Investor Master Account)"
method: POST
path: "/sapi/v1/managed-subaccount/withdraw"
tags: ["Sub-Account"]
---

# Withdrawl assets from the managed sub-account(For Investor Master Account)

`POST /sapi/v1/managed-subaccount/withdraw`

Weight(IP): 1

## Query parameters

- `fromEmail` string, required
- `asset` string, required
- `amount` number, double, required
- `transferDate` integer
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Transfer id

- object
  - `tranId` integer, required

## Other responses

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

## Changes

- **2021-10-25** `a484ce871a72` — 3 breaking, 6 info
  - for the `query` request parameter `recvWindow`, the format changed from no format to `int64`
  - for the `query` request parameter `timestamp`, the format changed from no format to `int64`
  - for the `query` request parameter `transferDate`, the format changed from no format to `int64`
  - for the `query` request parameter `amount`, the format was generalized from `float` to `double`
  - …5 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/managed-subaccount/withdraw/post.md)

---

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