---
title: "List Withdraws"
method: GET
path: "/v1/ramp/withdraw"
tags: ["Withdrawals"]
---

# List Withdraws

`GET /v1/ramp/withdraw`

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

## Query parameters

- `page_num` integer
- `page_size` integer
- `currency` string
- `network` string
- `status` string
- `start_time` string
- `end_time` string

## Headers

- `x-on-behalf-of` string

## Response `200`

Successfully retrieved withdrawals

- WithdrawListResponse
  - `code` integer, required
  - `message` string, required
  - `data` object, required
    - `data` WithdrawListItem[], required
      - `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
    - `total_pages` integer, required
    - `total_items` integer, required

---

[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)
