---
title: "Create a wallet with a verified email address"
method: POST
path: "/user/wallet/register"
tags: ["Wallet management endpoints"]
deprecated: true
---

# Create a wallet with a verified email address

`POST /user/wallet/register`

> **Deprecated.**

The one time code generated with the associated POST request must be provided in the request body.

## Request body

- WalletInviteRequest
  - `emailAddress` string — Email address to register
  - `password` string — Password to use when creating new wallet

## Response `200`

Successfully submitted request to create wallet

- WalletAccountResponse
  - `emailAddress` string — Email address associated with the account
  - `active` boolean — Flag to indicate the account is active
  - `clock` number — Expected epoch milliseconds for cryptography operations

## Other responses

- `403` — Not authorized
- `409` — Account already exists
- `429` — Too many attempts

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/versions/10f8400cb1c1/schema)
