---
title: "Get Withdrawal"
method: GET
path: "/v1/merchant/withdrawals/{id}"
tags: ["public.withdrawals"]
---

# Get Withdrawal

`GET /v1/merchant/withdrawals/{id}`

Retrieves a single withdrawal by ID for the authenticated merchant

## Path parameters

- `id` string, required

## Response `200`

OK

- WithdrawalResponse
  - `amount` string
  - `amount_usd` string
  - `asset` string
  - `chain` string
  - `created_at` string
  - `destination_address` string
  - `failure_code` string
  - `failure_message` string
  - `fee_usd` string
  - `id` string
  - `provider_tx_id` string
  - `settled_at` string
  - `status` string
  - `submitted_at` string
  - `token` string
  - `tx_hash` string
  - `updated_at` string

## Other responses

- `400` — Invalid withdrawal ID format
- `401` — Unauthorized
- `404` — Withdrawal not found
- `500` — Internal server error

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
