# Deposits [Client accounts in the product knowledge base](https://alteg.io/en/support/knowledge-base/4905494221085-deposit-accounts/) Client deposit account management and operations. ## Get a List of Client Accounts by Location and Client - [GET /v1/deposits/company/{location_id}/client/{client_id}](https://developer.alteg.io/en/deposits/get_client_account_list_by_location_and_client.md) ## Get a list of client accounts by chain and a set of filters - [GET /v1/deposits/chain/{chain_id}](https://developer.alteg.io/en/deposits/get_client_account_list_by_chain.md) ## Get a list of client accounts by chain and customer phone number - [GET /v1/deposits/chain/{chain_id}/phone/{phone}](https://developer.alteg.io/en/deposits/get_client_account_by_chain_and_phone.md) ## Create a client account topup operation - [POST /v1/deposits_operations/{location_id}](https://developer.alteg.io/en/deposits/create_client_account_topup_operation.md): Creating a transaction with a client account involves creating a document, a transaction with a client account, and a financial transaction within a single API request. ## Get client account transaction history - [GET /v1/chain/{chain_id}/deposits/{deposit_id}/history](https://developer.alteg.io/en/deposits/get_chain_client_account_history.md): Retrieves the transaction history for a specific client account in the chain. Returns a list of all transactions (top-ups, withdrawals, etc.) made on the client account. Note: Requires chain-level permissions.