Skip to main content
Particle Network also provides a small set of server APIs for backend integrations.
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.
This section gives you a quick overview of the currently available server endpoints, along with examples and an interactive playground for testing.