# VyBuildNftTransferTransactionRequest

## Derived Properties ([VyBuildTransactionRequestBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vybuildtransactionrequestbase))

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

## Properties

| Field               | Type                                                                                                                        | Description                                                                             | Required |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | -------- |
| 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 | ✗        |
| ChainSpecificFields | [VyChainSpecificFieldsBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vychainspecificfieldsbase) |                                                                                         | ✗        |

## References

**Schema**

* [VyExecuteTransactionRequest](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vyexecutetransactionrequest)
* [VyBuildTransactionRequestBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vybuildtransactionrequestbase)

**Operation**

* [BuildTransaction](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/transactions/buildtransaction)
