The wallet object
string
Unique identifier with
wall_ prefix (e.g., wall_abc123def456).string
Always
"wallet".string
Type of owner:
account or customer.string
ID of the owning account or customer.
array
List of crypto addresses in this wallet.
integer
Number of addresses in the wallet.
string
When the wallet was created (ISO 8601).
string
When the wallet was last updated (ISO 8601).
List wallets
integer
default:"1"
Page number for pagination. Results are returned 25 items per page.
Response
Get wallet
string
required
The wallet’s ID (e.g.,
wall_abc123def456).Response
Wallet types
Account wallets
Account wallets belong to your main account and are used for receiving payments directly to your business.owner_type:"account"owner_id: Your account ID (e.g.,acct_xyz789)
Customer wallets
Customer wallets are automatically created for each customer and are used for customer-specific payment tracking.owner_type:"customer"owner_id: The customer’s ID (e.g.,cust_abc123)
Automatic wallet creation
Account wallets are created automatically when your account is created. Customer wallets are created automatically when a customer is created. You do not need to create wallets manually.
Adding addresses to wallets
Use the Crypto Addresses API to add addresses to a wallet:Sandbox support
The API respects sandbox scoping. If your API token is associated with a sandbox, you can only access wallets in that sandbox. Customer wallets for sandboxed customers are automatically sandboxed. Wallet data is isolated from production data.