Skip to main content

KryptoGO Wallet API for Business Clients

API Reference

For detailed technical specifications (endpoints, request/response formats, authentication), please refer to the full OpenAPI documentation:

View Wallet Business API Specification

This documentation provides interactive examples and implementation guidance.


Overview

KryptoGO provides powerful APIs allowing businesses (you) to integrate wallet functionalities into your applications or services. You can programmatically create multi-chain wallets for your end-users, associated with their phone number or email, leveraging KryptoGO's secure infrastructure.

Important Note on Wallet Control: While you create wallets via the API, direct control (e.g., signing transactions) remains with the end-user. They must download the KryptoGO Wallet App and sign in using the same identifier (phone/email) to manage their assets.

Core Functionalities

The Business Client API currently supports:

  • Wallet Creation: Programmatically create multi-chain wallets for users, linked to their phone or email.
  • Wallet Address Retrieval: Look up the wallet addresses associated with a user's phone or email.
note

Previously supported NFT-related APIs (Airdrop NFT, Retrieve User NFTs, and Retrieve User NFT Utilities) are no longer available. For NFT-related inquiries, please contact our support team.

Setup and Authentication

To integrate the KryptoGO Wallet Business Client API:

  1. Obtain your API Key: Generate your unique API key via the KryptoGO Studio Dashboard. Store this key securely, as it authenticates all your API requests.

  2. Authenticate Requests: Include your API key in the X-STUDIO-API-KEY header for every API call.

    X-STUDIO-API-KEY: YOUR_ASSIGNED_STUDIO_API_KEY_HERE
  3. Review Documentation: Familiarize yourself with the OpenAPI specification for detailed endpoint usage, request/response formats, and status codes.

  4. Set Up Environment: Configure your backend system to make secure HTTPS requests to KryptoGO's API endpoints.

  5. Integrate: Begin building your integration using the provided documentation and examples.

End-User Experience Guidance

Clearly communicate the following to your users:

  1. A KryptoGO Wallet has been created for them, linked to their phone number or email address.
  2. They need to download the KryptoGO Wallet App (provide links for iOS and Android).
  3. They must sign in to the app using the same phone number or email address used during the API creation process to access and manage their wallet and assets.

Support

For questions or assistance with API integration, please contact our developer support team.


API Reference

Need the technical details? Dive into the full specification:

View Wallet Business API Specification

This documentation provides interactive examples and implementation guidance.