These endpoints are useful when you need to look up user details or verify whether a wallet belongs to a user in your project.
- Retrieve user information by UUID and token
- Retrieve user information by identity
- Check whether an address belongs to a user in your project
These endpoints are intended for server-side usage and require your project server key.
getUserInfo
Retrieve a registered user’s information using their UUID and token.
getUserInfoByIdentity
Retrieve a registered user’s information using a supported identity value.
isProjectUser
Check whether a wallet address belongs to a user associated with your project.
