---
title: "Create Unique Crypto Addresses For Users"
method: POST
path: "/crypto/addresses"
---

# Create Unique Crypto Addresses For Users

`POST /crypto/addresses`

## Request body

- object
  - `assetId` string, required — Valid asset from *Fetch Asset Chains*
  - `purpose` string — Purpose of transaction
  - `ownerName` string, required — Client name
  - `destinationAddressDescription` string, required — Client email or unique identifier

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `address` object
      - `address` string
      - `coin` string
      - `purpose` string
      - `ownerName` string
      - `destinationAddressDescription` string
      - `createdAt` string
      - `updatedAt` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
