Comment on page
User & Wallet Identification
You have the option to choose between:
- Managing users' wallets yourself
- Or having our API create and manage non-custodial wallets for your users
One key aspect of the TokenOS API is how to identify users and wallets.
For each endpoint that expects a
userId
, the API accepts three ways to identity unique users: - Email address
- Ethereum address
- User Id, generated by TokenOS
Each time, we will either retrieve an existing user, or create a new one.
Last modified 7mo ago