---
title: "[Sandbox] Mock status of a blockchain withdrawal"
method: PUT
path: "/sandbox/blockchain_transfer/withdrawals/{contract_id}"
---

# [Sandbox] Mock status of a blockchain withdrawal

`PUT /sandbox/blockchain_transfer/withdrawals/{contract_id}`

[Available in Sandbox environment only] Update the status of a blockchain withdrawal to "failed" or "completed"

## Path parameters

- `contract_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

## Request body

- object
  - `data` object
    - `attributes` object
      - `status` string, required — Accepts only `failed` or `completed`

## Response `200`

200

- object

---

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