# NonFungibleToken **Type:** GraphQL objects **Description:** The `NonFungibleToken` type provides key properties of a specific NFT, including its total supply, decimal precision, and a reference URI containing extended metadata such as name, image, description, or external resources. This type is typically returned as part of a `NonFungibleTokenBalance` object. ## Fields - precision (Int): The number of decimal places used by this token. For NFTs this is usually `0`, as they represent indivisible assets. - supply (Int): The total number of tokens minted for this NFT collection or contract. - uri (String): A URI pointing to external metadata for the token. This may include fields like name, description, image, attributes, or links to off-chain data.