---
title: "Create a deposit address"
method: POST
path: "/blockchain_transfer/deposit_addresses"
---

# Create a deposit address

`POST /blockchain_transfer/deposit_addresses`

[Available in Production environment only] Create a new blockchain deposit address for receiving tokens.

## 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, required
    - `attributes` object, required
      - `token` string, required — The token/currency (e.g., xsgd, usdc, usdt, xusd)
      - `blockchain` string, required — The blockchain network (e.g., ethereum, polygon, avalanche)

## Response `200`

Success

- object
  - `data` object
    - `id` string — Deposit address ID.
    - `type` string — Request type.
    - `attributes` object
      - `address` string — The blockchain deposit address.
      - `blockchain` string — The blockchain network name.
      - `token` string — The token/currency.

## Other responses

- `400` — Bad Request

---

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