---
title: "[Sandbox] Create a Blockchain Address"
method: POST
path: "/sandbox/blockchain_transfer/addresses"
---

# [Sandbox] Create a Blockchain Address

`POST /sandbox/blockchain_transfer/addresses`

[Available in Sandbox environment only] Create a blockchain address for your Sandbox account

## 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
      - `address` string, required — Blockchain address
      - `addressLabel` string, required — Label for the blockchain address

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