v1

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

Retrieves account status for an account specified by an identifier

Retrieves account status for an account specified by an identifier

post/user/{identifier}/wallet/account

Path parameters

identifierstring required

An account identifier

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
}