# Wallet management endpoints ## Retrieves account status for an account specified by an identifier - [POST /user/{identifier}/wallet/account](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1%7Bidentifier%7D~1wallet~1account/post.md): Retrieves account status for an account specified by an identifier ## Request to synchronize wallet addresses with tokenized identity - [POST /user/{address}/wallet/identity](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1identity/post.md): Request to synchronize wallet addresses with tokenized identity ## Sends an Unstoppable Lite Wallet invitation to a specified contact - [POST /user/{address}/wallet/invite](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1%7Baddress%7D~1wallet~1invite/post.md): Sends an Unstoppable Lite Wallet invitation to a specified contact ## An asynchronous request to claim a wallet to self custody - [POST /user/wallet/claim](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1wallet~1claim/post.md): An asynchronous request to claim a wallet to self custody, using a server generated secret. ## Get status of a wallet claim to self custody - [GET /user/wallet/claim](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1wallet~1claim/get.md): Get status of a wallet claim to self custody. ## An asynchronous request to create a wallet - [POST /user/wallet/launch](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1wallet~1launch/post.md): An asynchronous request to create a wallet. The resulting wallet will be custodial, but the user can claim custody at a later time using the server generated secret provided in the response. ## Get status of a wallet - [GET /user/wallet/launch](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1wallet~1launch/get.md): Get status of a wallet associated with a server generated secret. The secret is provided to the client at wallet create time. ## Request a one time code required to setup a new wallet (deprecated) - [POST /user/wallet](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1wallet/post.md): If a wallet does not already exist, a one time code will created and sent to the provided email address. ## Create a wallet with a verified email address (deprecated) - [POST /user/wallet/register](https://docs.unstoppabledomains.com/apis/profile-v1/openapi/wallet-management-endpoints/paths/~1user~1wallet~1register/post.md): The one time code generated with the associated POST request must be provided in the request body.