Skip to main content

OwnedNFTOrderBy

Fields available for sorting owned NFT queries.

Schema Definition

enum OwnedNFTOrderBy {
TOKEN_ID
BALANCE
NAME
}

Values

ValueDescription
TOKEN_IDSort by token ID (numerically).
BALANCESort by quantity owned.
NAMESort by NFT name (alphabetically).