v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Wallet management endpoints

Sends an Unstoppable Lite Wallet invitation to a specified contact

Sends an Unstoppable Lite Wallet invitation to a specified contact

post/user/{address}/wallet/invite

Path parameters

addressstring required

A wallet address associated with the invitation sender account

Request body

emailAddressstring

Email address to register

passwordstring

Password to use when creating new wallet

Example request

{
  "emailAddress": "user@email.com",
  "password": "secret-password"
}

Response

Account status

emailAddressstring

Email address associated with the account

activeboolean

Flag to indicate the account is active

clocknumber

Expected epoch milliseconds for cryptography operations

Example response

{
  "emailAddress": "myname@email.com",
  "active": true,
  "clock": 1722600216741
}