v1

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

Request to synchronize wallet addresses with tokenized identity

Request to synchronize wallet addresses with tokenized identity

post/user/{address}/wallet/identity

Path parameters

addressstring required

Any blockchain address associated with the wallet

Headers

Authorizationstring required

The JWT access token that authorizes the request

Response

Successful request to tokenize the identity

accountstring

Account identifier associated with the identity

domainstring

Obfuscated domain name associated with the identity

statusstring

Describes the state of the tokenized identity

Example response

{
  "account": "user123xyz",
  "domain": "22aba33b5d41558729dd176c8727239577562ccd1a939ca8931957b352c8342d.crypto",
  "status": "ready"
}