# Accounts

These endpoints provide authorized access to an authenticated user's account information.

## Get information for all accounts

 - [GET /accounts](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.getaccounts.md): The GET /accounts endpoint retrieves information for all bank accounts.

## Get account information

 - [GET /accounts/{accountId}](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.getaccount.md): The GET /accounts/{accountId} endpoint retrieves the information for a specific bank account.

## Get account balances

 - [GET /account-balance](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.getbalances.md): The GET /account-balance endpoint retrieves the balances for multiple bank accounts.

## Get an account balance

 - [GET /accounts/{accountId}/balance](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.getbalance.md): The GET /accounts/{accountId}/balance endpoint retrieves the balance for a given bank account.

## Get information for all standing orders

 - [GET /accounts/{accountId}/standing-orders](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.getstandingorders.md): The GET /accounts/{accountId}/standing-orders endpoint retrieves information for all standing orders in a given account, once consent has been given.

## Get standing order information

 - [GET /accounts/{accountId}/standing-orders/{standingOrderId}](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.getstandingorder.md): The GET /accounts/{accountId}/standing-orders/{standingOrderId} endpoint retrieves information for a specific standing order in a given account, once consent has been given.

## Get account transactions

 - [GET /accounts/{accountId}/transactions](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.gettransactions.md): The GET /accounts/{accountId}/transactions endpoint retrieves information for all transactions in a given account.

## Get transaction information

 - [GET /accounts/{accountId}/transaction/{transactionId}](https://docs.token.io/products/tpp/api/reference/accounts/gatewayservice.gettransaction.md): The GET /accounts/{accountId}/transaction/{transactionId} endpoint retrieves information for a specific transaction in a given account.

