# VyCreateNftTransferTransactionRequest

## Derived Properties ([VyCreateTransactionRequestBase](/sdk-reference/c-sdk-v3/object-references/wallet/vycreatetransactionrequestbase.md))

| Field    | Type                                                                                 | Description                                         | Required |
| -------- | ------------------------------------------------------------------------------------ | --------------------------------------------------- | -------- |
| WalletId | string                                                                               | The wallet \`ID\` that will execute the transaction | ✗        |
| To       | string                                                                               | The destination wallet address                      | ✗        |
| Chain    | [eVyChain](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)               | The blockchain of the transaction                   | ✗        |
| Type     | [eVyTransferType](/sdk-reference/c-sdk-v3/object-references/enum/evytransfertype.md) | The type of transfer.                               | ✓        |

## Properties

| Field        | Type                                                                                                       | Description                                                                                                                                                                                                                                                                                                                                          | Required |
| ------------ | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Status       | [eVyTransactionRequestState](/sdk-reference/c-sdk-v3/object-references/enum/evytransactionrequeststate.md) | Controls the execution behavior of the transaction: - \`SAVED\`: Transaction is created and saved with a UUID for later execution - \`READY\`: Transaction is created with a UUID, ready for execution, and has an expiration date/time - \*\*Omit field\*\*: Same behavior as \`READY\` - transaction is prepared and ready for immediate execution | ✗        |
| TokenAddress | string                                                                                                     | The \`contract address\` of the NFT                                                                                                                                                                                                                                                                                                                  | ✗        |
| TokenId      | string                                                                                                     | The token \`ID\` of the NFT                                                                                                                                                                                                                                                                                                                          | ✗        |
| Amount       | int                                                                                                        | Only applicable for fungible tokens. The amount of fungible tokens you want to transfer                                                                                                                                                                                                                                                              | ✗        |

## References

**Operation**

* [CreateTransaction](/sdk-reference/c-sdk-v3/function-references/wallet/transactions/createtransaction.md)

**Schema**

* [VyCreateTransactionRequestBase](/sdk-reference/c-sdk-v3/object-references/wallet/vycreatetransactionrequestbase.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/vycreatetransactionrequestbase/vycreatenfttransfertransactionrequest.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.
