---
title: "Record a fund withdrawal from a copy profile"
method: POST
path: "/v1/copy-trading/wallets/withdraw"
tags: ["copy-trading"]
---

# Record a fund withdrawal from a copy profile

`POST /v1/copy-trading/wallets/withdraw`

## Request body

- object
  - `profileId` string, uuid, required
  - `amount` number
  - `forceClose` boolean

## Response `200`

Successful response

- WithdrawFundsOutput
  - `allocatedAmount` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/6ac390b7bb0b/schema)
