> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Balances

<Warning>
  **You are viewing docs for the previous version of the Wallets SDK.** We recommend upgrading to V1.
  See the [updated version of this page](/sdk-reference/wallets/typescript/type-aliases/Balances) or the [V1 migration guide](/wallets/guides/migrate-to-v1).
</Warning>

> **Balances**\<`C`> = `object`

Defined in: [packages/wallets/src/wallets/types.ts:153](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/wallets/src/wallets/types.ts#L153)

## Type Parameters

| Type Parameter                   | Default type       |
| -------------------------------- | ------------------ |
| `C` *extends* [`Chain`](./Chain) | [`Chain`](./Chain) |

## Properties

### nativeToken

> **nativeToken**: `TokenBalance`\<`C`>

Defined in: [packages/wallets/src/wallets/types.ts:154](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/wallets/src/wallets/types.ts#L154)

***

### tokens

> **tokens**: `TokenBalance`\<`C`>\[]

Defined in: [packages/wallets/src/wallets/types.ts:156](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/wallets/src/wallets/types.ts#L156)

***

### usdc

> **usdc**: `TokenBalance`\<`C`>

Defined in: [packages/wallets/src/wallets/types.ts:155](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/wallets/src/wallets/types.ts#L155)
