---
title: "List Withdrawals"
method: GET
path: "/v1/merchant/withdrawals"
tags: ["public.withdrawals"]
---

# List Withdrawals

`GET /v1/merchant/withdrawals`

Lists all withdrawals for the authenticated merchant

## Query parameters

- `limit` integer
- `page` integer
- `status` 'PENDING' | 'SUBMITTED' | 'SETTLED' | 'FAILED'

## Response `200`

OK

- ListWithdrawalsResponse
  - `data` 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
  - `limit` integer
  - `page` integer
  - `total` integer
  - `total_pages` integer

## Other responses

- `400` — Invalid query parameters
- `401` — Unauthorized
- `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)
