# Accounts ## Index accounts - [GET /v1/accounts](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/accounts/paths/~1v1~1accounts/get.md): Returns all accounts (both personal & business) managed under a partner. ## Get an account - [GET /v1/accounts/{id}](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/accounts/paths/~1v1~1accounts~1%7Bid%7D/get.md): Returns information about a specific account (personal or business). ## Get balance for an account - [GET /v1/accounts/{account_id}/balance](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/accounts/paths/~1v1~1accounts~1%7Baccount_id%7D~1balance/get.md): Returns the balance of an account in the form of two objects— and . ## Get average daily balance for an account - [GET /v1/accounts/{account_id}/average_daily_balance](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/accounts/paths/~1v1~1accounts~1%7Baccount_id%7D~1average_daily_balance/get.md): Fetches the average of daily end-of-day balance for the specified account and date range. A maximum of one year can be provided as date range. If the account has no balance for a given day because for example it was opened after the OR closed before , those days will have end-of-day balance as . If is in the future, those days' balance is equal to the latest balance. It is recommended to present the average balance to the Customer as Yearly for past years and Year to Date for current year. ## Get account bookings - [GET /v1/accounts/{account_id}/bookings](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/accounts/paths/~1v1~1accounts~1%7Baccount_id%7D~1bookings/get.md): Returns an array containing all bookings for an account.