# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vynftdto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
