---
title: "Create Withdraw"
method: POST
path: "/v1/ramp/withdraw"
tags: ["Withdrawals"]
---

# Create Withdraw

`POST /v1/ramp/withdraw`

Initiate cryptocurrency withdrawal request. When the destination address routes to the Binance channel, the withdrawal is rejected if the address book entry is missing Travel Rule data; populate it first via Update Address Book.
[  *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

## Headers

- `x-on-behalf-of` string
- `x-idempotency-key` string, uuid

## Request body

- WithdrawCreateRequest
  - `currency` string, required — Withdrawal currency
  - `network` string, required — Network code
  - `amount` string, required — Withdrawal amount
  - `withdraw_address` string, required — Withdrawal address
  - `memo` string — Withdrawal memo
  - `reason` string, required — Withdrawal reason

## Response `200`

Withdrawal created successfully

- WithdrawCreateResponse
  - `code` integer, required
  - `message` string, required
  - `data` WithdrawCreateData, required — Base schema with shared fields for all withdraw responses
    - `order_id` string, uuid, required — Order ID (long)
    - `short_order_id` string, required — Order ID (short)
    - `order_status` 'Pending' | 'Success' | 'Failed', required — Order status
    - `order_type` string, required — Order type
    - `currency` string, required — Withdrawal currency
    - `network` string, required — Network code
    - `amount` string, required — Withdrawal amount
    - `withdraw_address` string, required — Withdrawal address
    - `network_fee` string, required — Network fee
    - `processing_fee` string, required — Processing fee
    - `actual_amount` string, required — Actual credited amount
    - `reason` string, required — Withdrawal reason
    - `create_time` string, required — Creation time

---

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