# Get blockchain redemption addresses Retrieves the redemption addresses for all supported blockchains where the customer can send tokens to convert to fiat. Endpoint: GET /address/{customerId}/redemption-addresses 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): - `RIPPLE` (string) Ripple redemption address - `ETHEREUM` (string) Ethereum redemption address - `POLYGON` (string) Polygon redemption address - `AVALANCHE` (string) Avalanche redemption address ## Response 401 fields ## Response 403 fields ## Response 404 fields