---
title: "Fetch a Withdrawal"
method: GET
path: "/users/{user_id}/withdraws/{withdrawal_id}"
---

# Fetch a Withdrawal

`GET /users/{user_id}/withdraws/{withdrawal_id}`

This endpoint will fetch a withdrawal object, related to the user.

## Path parameters

- `user_id` string, required
- `withdrawal_id` string, required

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `id` string
    - `reference` string
    - `type` string
    - `currency` string
    - `amount` string
    - `fee` string
    - `total` string
    - `txId` unknown
    - `narration` string
    - `status` string
    - `reason` unknown
    - `wallet` object
      - `id` unknown
      - `currency` string
      - `balance` string
      - `locked` string
      - `staked` string
      - `converted_balance` string
      - `reference_currency` string
      - `is_crypto` string
      - `created_at` string
      - `updated_at` string
      - `deposit_address` string
      - `destination_tag` unknown
    - `user` object
      - `id` string
      - `sn` string
      - `email` string
      - `reference` unknown
      - `first_name` string
      - `last_name` string
      - `display_name` string
      - `created_at` string
      - `updated_at` string
    - `recipient` object
      - `type` string
      - `details` object
        - `address` string
        - `name` string
        - `destination_tag` string
    - `transaction_note` string
    - `created_at` string
    - `done_at` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/quidax/apis/api-3-0.md) · [All operations](https://skmtc.net/quidax/apis/api-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quidax/api-3-0/versions/75e2867b5dc0/schema)
