# Get blockchain addresses and IBANs Retrieves all blockchain addresses and IBANs (VIBANs) for the customer, including which ones are set as default. Endpoint: GET /address/{customerId}/list Version: 1.0 Security: api-key ## Path parameters: - `customerId` (string, required) Customer ID (UUID) Example: "550e8400-e29b-41d4-a716-446655440000" ## Response 200 fields (application/json): - `addressList` (array) List of blockchain addresses - `addressList.id` (string) Address ID - `addressList.address` (string) Blockchain address - `addressList.addressType` (string) Blockchain type Enum: "RIPPLE", "ETHEREUM", "POLYGON", "AVALANCHE" - `addressList.alias` (string) Address alias - `addressList.isDefault` (boolean) Whether this is the default address for this blockchain type - `vibans` (array) List of VIBANs - `vibans.id` (string) VIBAN ID - `vibans.iban` (string) VIBAN (IBAN) - `vibans.type` (string) VIBAN type Enum: "COBO", "POBO" - `vibans.alias` (string) VIBAN alias - `defaultChain` (string,null) Default blockchain type Enum: "RIPPLE", "ETHEREUM", "POLYGON", "AVALANCHE" - `defaultChainAddress` (string,null) Default blockchain address - `defaultIban` (string,null) Default IBAN (can be a VIBAN or custom IBAN set by user) ## Response 401 fields ## Response 403 fields ## Response 404 fields