# Create a wallet with a verified email address (deprecated) The one time code generated with the associated POST request must be provided in the request body. Endpoint: POST /user/wallet/register Version: 1.0.0 ## Request fields (application/json): - `emailAddress` (string) Email address to register Example: "user@email.com" - `password` (string) Password to use when creating new wallet Example: "secret-password" ## Response 200 fields (application/json): - `emailAddress` (string) Email address associated with the account Example: "myname@email.com" - `active` (boolean) Flag to indicate the account is active Example: true - `clock` (number) Expected epoch milliseconds for cryptography operations Example: 1722600216741 ## Response 403 fields ## Response 409 fields ## Response 429 fields