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

# BalancesSortAttribute

> The attribute to sort balances by.

<div data-generated>
  ## GraphQL

  ```
  enum BalancesSortAttribute {
    BALANCE
    USD_VALUE
  }
  ```

  ### Used By

  **Used as input by**

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