# Get a list of client accounts by chain and customer phone number Endpoint: GET /v1/deposits/chain/{chain_id}/phone/{phone} Version: 1.0.1 Security: bearer, user ## Path parameters: - `chain_id` (number, required) Chain ID - `phone` (number, required) Customer phone number ## Header parameters: - `Accept` (string) e.g. application/vnd.api.v2+json Example: "application/vnd.api.v2+json" ## Response 401 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Authentication needed." ## Response 403 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Access denied." ## Response 404 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object,array) Additional response data (empty object or empty array) ## Response 200 fields