Skip to main content

BalanceOrderBy

The BalanceOrderBy enum defines the available fields for sorting balance queries.

Schema Definition

enum BalanceOrderBy {
TYPE
CONTRACT
TOKEN_ID
ACCOUNT
CONTRACT_TOKEN_ID
CONTRACT_ACCOUNT
CONTRACT_TOKEN_ID_ACCOUNT
VALUE
}

Values

ValueDescription
TYPESort balances by AssetType.
CONTRACTSort balances by the smart contract address.
TOKEN_IDSort balances by the unique token identifier.
ACCOUNTSort balances by the account that holds the balance.
CONTRACT_TOKEN_IDSort balances by a composite key of contract address and token ID.
CONTRACT_ACCOUNTSort balances by a composite key of contract address and account address.
CONTRACT_TOKEN_ID_ACCOUNTSort balances by a composite key of contract address, token ID, and account address.
VALUESort balances by the numeric value/amount of the balance.

Member Of

balances query