---
title: "Retrieves account status for an account specified by an identifier"
method: POST
path: "/user/{identifier}/wallet/account"
tags: ["Wallet management endpoints"]
---

# Retrieves account status for an account specified by an identifier

`POST /user/{identifier}/wallet/account`

Retrieves account status for an account specified by an identifier

## Path parameters

- `identifier` string, required

## Response `200`

Account status

- 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

- `404` — Account not found

---

[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/revisions/10f8400cb1c1/schema)
