> 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/ue5-sdk-v3/object-references/wallet/fvybuildnfttransfertransactionrequest.md).

# FVyBuildNftTransferTransactionRequest

## Properties

| TokenAddress        | FVyOptString                                                                    | The \`contract address\` of the NFT                                                     |
| ------------------- | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| TokenId             | FVyOptString                                                                    | The token \`ID\` of the NFT                                                             |
| Amount              | FVyOptInt                                                                       | Only applicable for fungible tokens. The amount of fungible tokens you want to transfer |
| ChainSpecificFields | FVyOptJsonToken                                                                 |                                                                                         |
| WalletId            | FVyOptString                                                                    | The wallet \`ID\` that will execute the transaction                                     |
| To                  | FVyOptString                                                                    | The destination wallet address                                                          |
| Chain               | [EVyChain](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md) | The blockchain of the transaction                                                       |
| Type                | FString                                                                         | <p>\[READ-ONLY] == NFT\_TRANSFER<br>The type of transfer.</p>                           |
