---
title: "Get partner withdrawals"
method: GET
path: "/withdrawals"
tags: ["Withdrawals"]
---

# Get partner withdrawals

`GET /withdrawals`

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

Success

- WithdrawalsResponse
  - `withdrawals` WithdrawalItemResponse[], required
    - `id` string, required
    - `amountUsd` number, double, required
    - `status` 'pending' | 'processing' | 'completed' | 'failed', required
    - `batchId` string, required
    - `processedTx` string
    - `created` string, date-time, required
  - `total` number, double, required
  - `totalPages` number, double, required

## Other responses

- `403` — Access Denied
- `422` — Validation Failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/houdiniswap/apis/houdiniswap-backend.md) · [All operations](https://skmtc.net/houdiniswap/apis/houdiniswap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/houdiniswap/houdiniswap-backend/versions/2063dbc88d59/schema)
