Skip to main content

Live Environment

The Live environment is used for production Wallet-as-a-Service operations with real assets and real users. Includes:
  • Creating and managing production wallets and sub-accounts
  • Processing real deposits, withdrawals, and internal transfers
  • Executing live payouts, collections, and settlements
  • Accessing production balances, transactions, and webhook events

Sandbox Environment

The Sandbox environment is a simulated version of production used for development and testing via API only. Includes:
  • Wallet creation and lifecycle testing
  • Simulated deposits, withdrawals, and transfers (no real assets)
  • Webhook and API integration testing
  • End-to-end flow validation in a controlled environment
No testnet tokens or blockchain interaction is required.

Supported Sandbox Simulation Tokens and Network

  • USDT → ERC20, TRC20, BEP20, POLYGON, SOL
  • USDC → ERC20, TRC20, POLYGON, SOL
  • ETH → ETH
  • BNB → BSC
  • POL → Polygon (POLYGON)
  • TRON → TRON
  • SOL → Solana (SOL)

Go Live 🚀

When moving to production:
  • Generate a Live API key in your dashboard (Sandbox keys do not work in Live)
  • Switch your base URL by removing /sandbox/

Example

  • Sandbox → https://api.openxswitch.com/v1/sandbox/...
  • Live → https://api.openxswitch.com/v1/...