WSPN
Language
  • English
Version
  • V1.0
HomeWallet
Language
  • English
Version
  • V1.0
HomeWallet
Twitter
Telegram
Linkedin
  1. English
  • Introduction
  • Get Started
  • Signature
  • What is WUSD
  • Webhook Service
  • Sandbox Environment
  • Blockchain Confirmations
  • Appendix
  • API Keys
  • Core Functionality
    • Core Functionality
    • Quickstart: Deposit via Blockchain Wallet
    • Quickstart: Withdraw via Blockchain Wallet
    • Quickstart: Deposit via Funds Transfer
    • Quickstart: Withdraw to Bank
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • Wallet
      • Address
        • Get Deposit Address
        • Add Whitelist Address
        • Get Whitelist Address
        • Delete Whitelist Address
      • Remit Info
        • Get Deposit Remit Info
        • Add Remit Info
        • Edit Remit Info
        • Get Remit Info
        • Delete Remit Info
      • Transaction
        • Get Balance
        • Create Fiat Deposit
        • Create Fiat Withdraw
        • Create Crypto Withdraw
        • Get Fiat Transaction
        • Get Exchange Rate
        • Create Mint/Redeem
        • Mint/Redeem History
        • Get Mint Redeem Receipt
        • Get Fiat Transaction Receipt
        • Get Crypto Transaction Receipt
  1. English

Introduction

Welcome to the dynamic world of Web3. Whether you're a seasoned blockchain enthusiast or stepping into the decentralized sphere for the first time, this guide tailored for Developer-Controlled Wallets using WSPN's Wallet awaits.
Harness the power of Web3 technology to provide an unparalleled experience for your users, while maintaining full control and enhanced security over their wallets. Let's take a peek at the standout features that make the Wallet an irresistible choice for your application

1. Security Standards#

The OpenAPI provides different level of security standards.
HTTPS: First level of security which is compulsory for all connections to WSPN OpenAPI. TLS
Whitelist: IP whitelist is optional, you can set it up in the API Key Management Page.
OAuth 2.0: Request session management.
Signature: For security checking.

2. Quick Start#

2.1. Before Integration
1.
The user first creates a client on the WSPN Wallet platform and completes the KYC (Know Your Customer) process.
2.
After the KYC process is completed, the platform generates and activates the API Key and related information for the user.
3.
The platform will send the API Key, API Secret, and Sign Key to the user via email.
4.
The user should safely store these sensitive keys upon receiving the email. Please note that
these keys are one-time generated and must be saved before closing the email or dialog.
For specific information on quick startup, please refer to Get Started
Next
Get Started
Built with