> 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/c-sdk-v3/object-references/wallet/vycreatetransactionrequestbase/vycreatenfttransfertransactionrequest.md).

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