> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvynftdto.md).

# FVyNftDto

## Properties

| Id                | FString                                                                                          | The token \`ID\`                                                    |
| ----------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| Name              | FString                                                                                          | NFT name                                                            |
| Description       | FString                                                                                          | Description of the NFT                                              |
| Url               | FString                                                                                          |                                                                     |
| BackgroundColor   | FString                                                                                          |                                                                     |
| ImageUrl          | FString                                                                                          | The URL of the NFT image                                            |
| ImagePreviewUrl   | FString                                                                                          | The URL of the NFT image                                            |
| ImageThumbnailUrl | FString                                                                                          | The URL of the NFT image                                            |
| AnimationUrls     | TArray<[FVyTypeValueDto](/sdk-reference/ue5-sdk-v3/object-references/shared/fvytypevaluedto.md)> | An array of external NFT media such as video, audio, and animations |
| Fungible          | bool                                                                                             | Indication if the token is fungible or not                          |
| Contract          | [FVyNftContractDto](/sdk-reference/ue5-sdk-v3/object-references/wallet/fvynftcontractdto.md)     |                                                                     |
| Attributes        | TArray<[FVyAttributeDto](/sdk-reference/ue5-sdk-v3/object-references/shared/fvyattributedto.md)> |                                                                     |
| Balance           | int                                                                                              | Balance of the NFTs                                                 |
| FinalBalance      | int                                                                                              |                                                                     |
| TransferFees      | bool                                                                                             | Indication if royalties are applicable on the NFT transfer          |
