TokenOS
  • Overview
    • Introduction
    • Authentication
    • User & Wallet Identification
    • Errors
    • Versioning
  • Guides
    • How our system works
    • Rewarding your audience
      • In exchange for completing an incentive
      • In exchange for your own points
      • As a credit
  • Wallet API
    • Balances
    • Allocations
  • Management API
    • Token Selection
    • Campaigns
    • Subscriptions
    • Codes
  • Payments API
    • Introduction
    • Payments
    • Deliveries
    • Relayer
Powered by GitBook
On this page
  • Wallet Management
  • User & Wallet Identification
  1. Overview

User & Wallet Identification

Wallet Management

You have the option to choose between:

  • Managing users' wallets yourself

  • Or having our API create and manage non-custodial wallets for your users

User & Wallet Identification

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.

PreviousAuthenticationNextErrors

Last updated 2 years ago