---
title: "Raise withdrawals request"
method: POST
path: "/wallet/withdrawals"
tags: ["Wallet"]
---

# Raise withdrawals request

`POST /wallet/withdrawals`

## Request body

- object
  - `release_promo_credit` string
  - `amount` string, required
  - `address` string, required

## Response `200`

returns the WithdrawalsResponse object

- WithdrawalsResponse
  - `address` string — BTC Destination Address
  - `amount` string — Amount to be Withdrawn
  - `fee` string — Withdrawal Fee
  - `id` integer — Trasaction id
  - `state` string — state of withdrawal request
  - `transaction_meta` string — Amount to be Withdrawn
  - `user_id` integer — User id

## Other responses

- `400` — Returns error if Withdrawal limit exceeded, ammount or address is missing or invalid

---

[API](https://skmtc.dev/delta/apis/delta-exchange-api.md) · [All operations](https://skmtc.dev/delta/apis/delta-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/delta/delta-exchange-api/revisions/36e800c9304c/schema)
