> ## 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

<Note>
  **This page has been updated for Wallets SDK V1.** If you are using the previous version,
  see the [previous version of this page](/sdk-reference/wallets/v0/typescript/type-aliases/Balances) or the [V1 migration guide](/wallets/guides/migrate-to-v1).
</Note>

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

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

## 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:250](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/wallets/src/wallets/types.ts#L250)

***

### tokens

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

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

***

### usdc

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

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