# 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](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/shared/vytypevaluedto)     | An array of external NFT media such as video, audio, and animations | ✗        |
| Fungible          | bool                                                                                                      | Indication if the token is fungible or not                          | ✗        |
| Contract          | [VyNftContractDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vynftcontractdto) |                                                                     | ✗        |
| Attributes        | [VyAttributeDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/shared/vyattributedto)     |                                                                     | ✗        |
| Balance           | int                                                                                                       | Balance of the NFTs                                                 | ✗        |
| FinalBalance      | int                                                                                                       |                                                                     | ✗        |
| TransferFees      | bool                                                                                                      | Indication if royalties are applicable on the NFT transfer          | ✗        |

## References

**Operation**

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

**Schema**

* [VyNftBalanceDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vynftbalancedto)
