Skip to main content

TypeScript shape

type BalancesSortAttribute =
  | 'BALANCE'
  | 'USD_VALUE';
BALANCE
enum
Sort by raw token balance.
USD_VALUE
enum
Sort by USD value of the balance.