Skip to main content
GET
Get/Create Internal Wallets

Overview

Internal wallets are custodial wallets where the Baanx platform securely manages private keys on behalf of users. Each wallet has a unique blockchain address for deposits, and users can create multiple wallets across different networks and currencies. Wallet Features:
  • Platform-managed private keys (custodial)
  • Unique deposit addresses per currency/network
  • Support for memo/destination tag networks (XRP, Stellar, etc.)
  • Multi-currency and multi-network support
  • Automatic balance tracking
Supported Networks & Currencies:
  • XRP Ledger (XRP)
  • Stellar (XLM)
  • Solana (SOL, USDC, USDT)
  • Ethereum/EVM chains (ETH, USDC, USDT)
  • And more (check platform documentation for current list)
Custodial Nature: The platform holds the private keys for internal wallets. For non-custodial solutions where users control their own keys, see External Wallets.

GET - Retrieve Internal Wallets

Retrieve all custodial wallets for the authenticated user.

Authentication

string
required
Your public API client key
string
required
Bearer token for authentication

Query Parameters

boolean
default:false
Route to US backend environment

Response

Returns an array of internal wallet objects.
string
Unique identifier for the wallet
string
Current balance (decimal string)
string
Currency code (e.g., “xrp”, “usdc”, “sol”)
string
Blockchain address for deposits
string
Memo/destination tag (for XRP, Stellar, etc.)
string
Internal address identifier
string
Wallet type, always “INTERNAL”

Response Example

Code Examples


POST - Create Internal Wallets

Create new custodial wallets for specific network and currency combinations. You can create multiple wallets in a single request.

Authentication

string
required
Your public API client key
string
required
Bearer token for authentication

Query Parameters

boolean
default:false
Route to US backend environment

Request Body

array
required
Array of wallet specifications to create

Response

boolean
Whether wallet creation was successful

Response Example

Code Examples


Deposit Instructions

When users want to deposit funds to an internal wallet, provide them with the appropriate address and memo information:
Memo Requirements: For networks that use memos/destination tags (XRP, Stellar, etc.), users MUST include the addressMemo value. Deposits without the correct memo cannot be automatically credited.

Important Notes

Wallet Creation: Creating a wallet generates blockchain addresses and initializes tracking. This may take a few seconds. Poll GET endpoint to verify creation.
Multiple Wallets: Users can create multiple wallets for the same currency on different networks (e.g., USDC on Ethereum and USDC on Solana).
Address Reuse: Wallet addresses are permanent and can be reused for multiple deposits. Users should save their deposit addresses for future use.

Edge Cases

Duplicate Wallet Creation

Attempting to create a wallet that already exists:
  • API typically returns success without creating duplicate
  • Use GET endpoint first to check existing wallets
  • Safe to retry wallet creation requests

Network-Currency Compatibility

Not all currency/network combinations are valid: