---
title: "[Sandbox] Mock verification status of a blockchain address"
method: PUT
path: "/sandbox/blockchain_transfer/addresses/{blockchain_address_id}"
---

# [Sandbox] Mock verification status of a blockchain address

`PUT /sandbox/blockchain_transfer/addresses/{blockchain_address_id}`

[Available in Sandbox environment only] Verify the blockchain address created in Sandbox

## Path parameters

- `blockchain_address_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 — `verified`

## Response `200`

200

- object
  - `data` object[]
    - `id` string — Blockchain address ID.
    - `type` string — Request type.
    - `attributes` object
      - `token` string — Token associated with the address.
      - `blockchain_address` string — Blockchain address.
      - `network` string — The blockchain network where the address exists.
      - `address_label` string — Label for the blockchain address.
      - `verification_status` string — Blockchain address's verification status.
      - `created_at` string — Timestamp when the blockchain address 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)
