Swipelux

Add wallets to customer

Create wallets for a customer to hold cryptocurrencies

Add Wallets

Purpose: Create wallets for a customer to enable cryptocurrency transfers.

Wallets enable customers to hold cryptocurrencies on blockchain networks. Each customer needs at least one wallet before creating transfers. We handle all the security - private key generation, storage, and signing - so you can focus on your business.

Interactive Request Builder

Wallet Creation Request

{
"chains": [
"base",
"polygon"
]
}

Select blockchain networks:

Multi-Chain Wallet Creation2 networks

Creating USDC wallets on: Base, Polygon

Response Example

{
  "wallets": [
    {
      "id": "wlt_abc123def456",
      "currency": "USDC",
      "chain": "base"
    },
    {
      "id": "wlt_def456ghi789",
      "currency": "USDC",
      "chain": "polygon"
    }
  ]
}