Skip to main content

TokenOrderBy

Fields available for sorting ERC-20 token queries.

Schema Definition

enum TokenOrderBy {
ADDRESS
NAME
SYMBOL
DECIMALS
TOTAL_SUPPLY
HOLDERS
CREATED_AT
}

Values

ValueDescription
ADDRESSSort by token contract address (alphabetically).
NAMESort by token name (alphabetically).
SYMBOLSort by token symbol (alphabetically).
DECIMALSSort by number of decimal places.
TOTAL_SUPPLYSort by total token supply.
HOLDERSSort by number of token holders.
CREATED_ATSort by deployment timestamp.

Member Of

tokens query