# Add blockchain wallet address for customer Allows superclients to add a blockchain wallet address for a specific customer. Supports RIPPLE, ETHEREUM, POLYGON, and AVALANCHE. Endpoint: POST /address/{customerId}/wallet Version: 1.0 Security: api-key ## Path parameters: - `customerId` (string, required) Customer ID (UUID) Example: "550e8400-e29b-41d4-a716-446655440000" ## Request fields (application/json): - `address` (string, required) Blockchain wallet address Example: "rN7n7otQDd6FczFgLdlqtyMVrn3HMfXEEQ" - `addressType` (string, required) Blockchain type Enum: "RIPPLE", "ETHEREUM", "POLYGON", "AVALANCHE" - `alias` (string) Optional alias for the wallet (max 30 characters) Example: "Main Wallet" ## Response 200 fields (application/json): - `status` (number) Example: 200 - `message` (string) Example: "Address added" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 422 fields