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

# BalancesSortAttribute

> Sort attribute for the balances query.

### TypeScript shape

```ts theme={null}
type BalancesSortAttribute =
  | 'BALANCE'
  | 'USD_VALUE';
```

<ResponseField name="BALANCE" type="enum">Sort by raw token balance.</ResponseField>
<ResponseField name="USD_VALUE" type="enum">Sort by USD value of the balance.</ResponseField>
