Particle Network also provides a small set of server APIs for backend integrations.Documentation Index
Fetch the complete documentation index at: https://developers.particle.network/llms.txt
Use this file to discover all available pages before exploring further.
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.
