---
title: "Retrieve Withdraw"
method: GET
path: "/v1/ramp/withdraw/{order_id}"
tags: ["Withdrawals"]
---

# Retrieve Withdraw

`GET /v1/ramp/withdraw/{order_id}`

Query specified withdrawal order details. [  *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

## Path parameters

- `order_id` string, required

## Headers

- `x-on-behalf-of` string

## Response `200`

Successfully retrieved withdrawal

- WithdrawRetrieveResponse
  - `code` integer, required
  - `message` string, required
  - `data` WithdrawRetrieveData, 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
    - `txid` string — Transaction hash
    - `completed_time` string — Completion 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)
