# Get all transfer history Retrieves all transfer history (deposits, withdrawals, mints, redemptions) for the customer. Endpoint: GET /transfer/{customerId}/history Version: 1.0 Security: api-key ## Path parameters: - `customerId` (string, required) Customer ID (UUID) Example: "550e8400-e29b-41d4-a716-446655440000" ## Query parameters: - `limit` (number) Maximum number of transfers to return Example: 10 ## Response 200 fields (application/json): - `list` (array) - `list.type` (string) Transfer type - `list.amount` (string) Transfer amount - `list.chainType` (string) Blockchain type - `list.status` (string) Transfer status - `list.onchainStatus` (string) On-chain status - `list.txHash` (string) Transaction hash - `list.timestamp` (string) Transfer timestamp ## Response 401 fields ## Response 403 fields ## Response 404 fields