---
title: "Create Withdrawal"
method: POST
path: "/api/v1/withdraw"
tags: ["Withdrawals"]
---

# Create Withdrawal

`POST /api/v1/withdraw`

Create a new withdrawal request

## Headers

- `x-sdk-version` string

## Request body

- CreateWithdrawalRequest
  - `to` string, required — Recipient address for withdrawal
  - `amount` string, required — Withdrawal amount
  - `from` string[], required — Array of source addresses for withdrawal
  - `network` 'BTC' | 'tBTC' | 'ETH' | 'tETH', required — Blockchain network
  - `clientShare` string, required — Client share for signing

## Response `201`

Withdrawal created successfully

- SuccessResponse
  - `message` string, required — Response message
  - `data` object — Response data
  - `success` true, required — Indicates successful response
  - `status` integer, required — HTTP status code

---

[API](https://skmtc.dev/oumla/apis/oumla-core-server.md) · [All operations](https://skmtc.dev/oumla/apis/oumla-core-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oumla/oumla-core-server/revisions/efcfd49884e7/schema)
