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

# UseBalanceResult

Return value from useBalance hook

## Properties

| Property                               | Type                                                                                                    | Description                                          |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| <a id="balance" /> `balance`           | [`SOLBalance`](/grid/v1/sdk-reference/react/reference/latest/type-aliases/SOLBalance) \| `TokenBalance` | Token balance data (null if not loaded or not found) |
| <a id="isloading" /> `isLoading`       | `boolean`                                                                                               | Loading for first time                               |
| <a id="iserror" /> `isError`           | `boolean`                                                                                               | Query encountered error                              |
| <a id="error" /> `error`               | `Error`                                                                                                 | Error object if failed                               |
| <a id="refetch" /> `refetch`           | () => `void`                                                                                            | Manually refetch balance                             |
| <a id="isrefetching" /> `isRefetching` | `boolean`                                                                                               | Refetching in background                             |
