> 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/ts-js-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/ts-js-v3/object-references/shared/vytypevaluedto.md)     | An array of external NFT media such as video, audio, and animations | ✗        |
| ~~animationUrl~~ \[Deprecated] | string                                                                                   |                                                                     | ✗        |
| fungible                       | boolean                                                                                  | Indication if the token is fungible or not                          | ✗        |
| contract                       | [VyNftContractDto](/sdk-reference/ts-js-v3/object-references/wallet/vynftcontractdto.md) |                                                                     | ✗        |
| attributes                     | [VyAttributeDto](/sdk-reference/ts-js-v3/object-references/shared/vyattributedto.md)     |                                                                     | ✗        |
| balance                        | number                                                                                   | Balance of the NFTs                                                 | ✗        |
| finalBalance                   | number                                                                                   |                                                                     | ✗        |
| transferFees                   | boolean                                                                                  | Indication if royalties are applicable on the NFT transfer          | ✗        |

## References

**Operation**

* [getNftsByWalletId](/sdk-reference/ts-js-v3/function-references/wallet/non-fungibles/getnftsbywalletid.md)
* [getNftsByWalletAddress](/sdk-reference/ts-js-v3/function-references/wallet/non-fungibles/getnftsbywalletaddress.md)

**Schema**

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