---
title: "Get a list of outbound transfers"
method: GET
path: "/customer_profile/withdrawals"
---

# Get a list of outbound transfers

`GET /customer_profile/withdrawals`

[Available in Production/Sandbox environment] Retrieve withdrawal transaction records

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort` string
- `filter[created_after]` string
- `filter[created_before]` string
- `filter[currency]` string
- `filter[status]` string

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object[]
  - `id` string — Outbound transfer (withdrawal) contract ID.
  - `type` string — Request type.
  - `idempotency_id` string — Idempotency ID for the transaction.
  - `amount` string — Transaction amount.
  - `fees` string — Fees charged for the transaction.
  - `status` string — Transaction status.
  - `account_no` string — Bank account number.
  - `bank_abbrev` string — Bank abbreviation.
  - `failure_reason` string — Reason for failure (if applicable).
  - `arrival` string — Estimated arrival time of the transaction.
  - `currency` string — Transaction currency.
  - `express` string — Transfer method (e.g. `FAST`).
  - `payout_invoice_id` string — Associated payout invoice ID.
  - `wallet_name` string — Wallet from which funds are deducted.
  - `created_at` string — Timestamp when the transaction was created.
  - `external_reference` string — External transaction reference which will be seen by the recipient.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
