# 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/ts-js-v3/object-references/shared/vytypevaluedto)     | 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](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vynftcontractdto) |                                                                     | ✗        |
| attributes                     | [VyAttributeDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/shared/vyattributedto)     |                                                                     | ✗        |
| balance                        | number                                                                                                    | Balance of the NFTs                                                 | ✗        |
| finalBalance                   | number                                                                                                    |                                                                     | ✗        |
| transferFees                   | boolean                                                                                                   | Indication if royalties are applicable on the NFT transfer          | ✗        |

## References

**Operation**

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

**Schema**

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