# Accounts

Accounts represent the balances a business holds with Rho - checking,
savings, credit, investment, and rewards. Endpoints in this group let
you list every account the authenticated business has access to and
fetch a single account's current balance, identifiers, and metadata.
All amounts are denominated in the account's currency and reflect the
latest posted activity.


## List accounts

 - [GET /accounts](https://docs.rho.co/api/v1/openapi/accounts/listaccounts.md): Returns a paginated list of accounts for the authenticated business

## Get account

 - [GET /accounts/{account_id}](https://docs.rho.co/api/v1/openapi/accounts/getaccount.md): Returns a single account by its identifier

