> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/identitybalance.md).

# IdentityBalance

Represents the balance of a token holder

## Hierarchy

* **IdentityBalance**

## Index

### Properties

* [balance](/polymesh-sdk-api-reference/docs-v8/interfaces/identitybalance.md#balance)
* [identity](/polymesh-sdk-api-reference/docs-v8/interfaces/identitybalance.md#identity)

## Properties

### balance

• **balance**: *BigNumber*

*Defined in* [*src/api/entities/SecurityToken/types.ts:21*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/SecurityToken/types.ts#L21)

### identity

• **identity**: [*Identity*](/polymesh-sdk-api-reference/docs-v8/classes/identity.md)

*Defined in* [*src/api/entities/SecurityToken/types.ts:20*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/SecurityToken/types.ts#L20)
