---
title: "Get a blockchain withdrawal"
method: GET
path: "/blockchain_transfer/withdrawals/{withdrawal_id}"
---

# Get a blockchain withdrawal

`GET /blockchain_transfer/withdrawals/{withdrawal_id}`

[Available in Production/Sandbox environment] Get a blockchain withdrawal

## Path parameters

- `withdrawal_id` string, required

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

---

[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/revisions/9ceee2969aeb/schema)
