---
title: "Get a list of blockchain withdrawals"
method: GET
path: "/blockchain_transfer/withdrawals"
---

# Get a list of blockchain withdrawals

`GET /blockchain_transfer/withdrawals`

[Available in Production/Sandbox environment] Get a list of blockchain withdrawals.

## Query parameters

- `filter[blockchain]` string
- `filter[transactionSource]` string
- `filter[status]` string
- `filter[createdAfter]` string
- `filter[createdBefore]` string
- `page[size]` integer
- `page[number]` integer
- `sort` 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
  - `data` object[]
    - `id` string — Blockchain withdrawal contract ID.
    - `type` string — Request type.
    - `attributes` object
      - `transaction_hash` string — Blockchain transaction hash.
      - `amount` string — Transaction amount.
      - `network_fees` string — Blockchain network fee for the transaction.
      - `total_amount` string — Total amount deducted (transfer amount + network fees).
      - `transaction_source` string — Wallet address from which the tokens are sent.
      - `status` string — Transaction status.
      - `network` string — The blockchain network where the address exists.
      - `token` string — Token being transferred.
      - `blockchain` string — Token and network combination. e.g. `XSGD_ERC20`
      - `created_at` string — Timestamp when the blockchain withdrawal was created.
  - `meta` object — Metadata about the returned list, such as pagination details.
    - `total` integer — Total count.
    - `pages` integer — Page size.
  - `links` object — URLs related to the paginated result set.
    - `self` string — The URL of the current request/page.

## 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)
