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
Example response
{
"account": "user123xyz",
"domain": "22aba33b5d41558729dd176c8727239577562ccd1a939ca8931957b352c8342d.crypto",
"status": "ready"
}