# Retrieves account status for an account specified by an identifier Retrieves account status for an account specified by an identifier Endpoint: POST /user/{identifier}/wallet/account Version: 1.0.0 ## Path parameters: - `identifier` (string, required) An account identifier ## 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 404 fields