Skip to main content

AssetType

The AssetType enum defines the available fields for sorting by token standard compliance category.

Schema Definition

enum AssetType {
ERC1155
ERC721
ERC20
HYBRID
UNKNOWN
}

Values

ValueDescription
ERC1155Multi-token standard supporting both fungible and non-fungible tokens in a single contract. Commonly used for gaming assets, collectible sets, and hybrid token economies.
ERC721Non-fungible token (NFT) standard where each token is unique and individually identifiable. Used for digital art, collectibles, and unique digital assets.
ERC20Fungible token standard where all tokens are identical and interchangeable. Used for cryptocurrencies, utility tokens, and governance tokens.
HYBRIDContracts implementing multiple token standards simultaneously. Indicates a contract that supports combinations of ERC-20, ERC-721, and/or ERC-1155 interfaces.
UNKNOWNAsset type could not be determined or does not conform to standard token interfaces. May indicate custom implementations or contracts that haven't been fully indexed.

Member Of

Balance object ● Contract object ● ContractFilter input