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

# UiAmountMode

> Controls whether uiBalance returns the stored RPC UI balance or removes Token-2022 UI amount multipliers.

<div data-generated>
  ## GraphQL

  ```
  enum UiAmountMode {
    RAW
    SCALED
  }
  ```

  ### Used By

  **Used as input by**

  * [balances](/api-reference/queries/balances.md): Returns list of token balances that a wallet has.
</div>
