Skip to main content

Universal Account API

The Universal Account API provides a comprehensive set of endpoints for managing user authentication, account operations, and blockchain interactions.

Overview

The Universal Account service provides:

  • Multiple authentication methods (Web3, Telegram, Email, OAuth providers)
  • User profile management
  • Blockchain transaction handling
  • JSON-RPC bundler functionality

Base URL

The base URL for all endpoints is determined by your environment.

Getting Started

To get started with the Universal Account API:

  1. Set up authentication using one of the provided authentication methods
  2. Use the obtained JWT tokens to access protected endpoints
  3. Explore the available endpoints for your specific use case

API Structure

The API is organized into the following sections:

  • Authentication
  • App - Base application endpoints
  • BundlerRpc - JSON-RPC bundler functionality
  • Universal Account - Account status and management
  • Auth - Authentication methods and token management
  • Users - User profile management
  • Onchain - Blockchain interaction endpoints

Each section contains specific endpoints for different operations related to the Universal Account service.