> 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/c-sdk-v3/object-references/wallet/vynftdto.md).

# VyNftDto

## Properties

| Field             | Type                                                                                     | Description                                                         | Required |
| ----------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | -------- |
| Id                | string                                                                                   | The token \`ID\`                                                    | ✓        |
| Name              | string                                                                                   | NFT name                                                            | ✗        |
| Description       | string                                                                                   | Description of the NFT                                              | ✗        |
| Url               | string                                                                                   |                                                                     | ✗        |
| BackgroundColor   | string                                                                                   |                                                                     | ✗        |
| ImageUrl          | string                                                                                   | The URL of the NFT image                                            | ✗        |
| ImagePreviewUrl   | string                                                                                   | The URL of the NFT image                                            | ✗        |
| ImageThumbnailUrl | string                                                                                   | The URL of the NFT image                                            | ✗        |
| AnimationUrls     | [VyTypeValueDto](/sdk-reference/c-sdk-v3/object-references/shared/vytypevaluedto.md)     | An array of external NFT media such as video, audio, and animations | ✗        |
| Fungible          | bool                                                                                     | Indication if the token is fungible or not                          | ✗        |
| Contract          | [VyNftContractDto](/sdk-reference/c-sdk-v3/object-references/wallet/vynftcontractdto.md) |                                                                     | ✗        |
| Attributes        | [VyAttributeDto](/sdk-reference/c-sdk-v3/object-references/shared/vyattributedto.md)     |                                                                     | ✗        |
| Balance           | int                                                                                      | Balance of the NFTs                                                 | ✗        |
| FinalBalance      | int                                                                                      |                                                                     | ✗        |
| TransferFees      | bool                                                                                     | Indication if royalties are applicable on the NFT transfer          | ✗        |

## References

**Operation**

* [GetNfts (ByWalletId)](/sdk-reference/c-sdk-v3/function-references/wallet/non-fungibles/getnftsbywalletid.md)
* [GetNfts (ByWalletAddress)](/sdk-reference/c-sdk-v3/function-references/wallet/non-fungibles/getnftsbywalletaddress.md)

**Schema**

* [VyNftBalanceDto](/sdk-reference/c-sdk-v3/object-references/wallet/vynftbalancedto.md)
