# Accounts

> Business balances hold the total of each supported digital currency, readable through GET /balances or the Business Dashboard.

## Overview

Your business's Balances are the total amount of each supported digital currency available in your accounts. You can view these balances by querying the [GET `/balances`](../api-reference/balances) endpoint or by logging into the Business Dashboard.

### Supported Currencies and Networks

Noah supports multiple digital currencies, each available on one or more networks:

## Using Accounts

### View Your Balances

Use the [GET `/balances`](../api-reference/balances) endpoint to retrieve real-time information about the balances in your business accounts, as shown below.

```typescript
curl -L 'https://api.sandbox.noah.com/v1/balances' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'
```

We recommend that you check your balances before initiating any transaction to ensure you have an up-to-date account status.

### Use Balances and Networks

In Noah, USDC balances are considered 'network agnostic' meaning that any inbound or outbound onchain transactions will reflect an overall change to your USDC account balance, reducing the complexity of accessing network-specific balances.

:::tip

For details on Noah's USDC_TEST token, see [Sandbox Testnet Currencies](../api-concepts/testnet-currencies.md).

:::
