> 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/ts-js-v3/object-references/wallet/vybuildtransactionrequestbase/vybuildtokentransfertransactionrequest.md).

# VyBuildTokenTransferTransactionRequest

## Derived Properties ([VyBuildTransactionRequestBase](/sdk-reference/ts-js-v3/object-references/wallet/vybuildtransactionrequestbase.md))

| Field    | Type                                                                               | Description                                         | Required |
| -------- | ---------------------------------------------------------------------------------- | --------------------------------------------------- | -------- |
| walletId | string                                                                             | The wallet \`ID\` that will execute the transaction | ✗        |
| to       | string                                                                             | The destination wallet address                      | ✗        |
| chain    | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)               | The blockchain of the transaction                   | ✗        |
| type     | [VyTransferType](/sdk-reference/ts-js-v3/object-references/enum/vytransfertype.md) | The type of transfer.                               | ✓        |

## Properties

| Field               | Type                                                                                                       | Description                         | Required |
| ------------------- | ---------------------------------------------------------------------------------------------------------- | ----------------------------------- | -------- |
| tokenAddress        | string                                                                                                     | Token contract address of the token | ✗        |
| value               | number                                                                                                     | Amount you want to transfer         | ✗        |
| chainSpecificFields | [VyChainSpecificFieldsBase](/sdk-reference/ts-js-v3/object-references/wallet/vychainspecificfieldsbase.md) |                                     | ✗        |

## References

**Schema**

* [VyExecuteTransactionRequest](/sdk-reference/ts-js-v3/object-references/wallet/vyexecutetransactionrequest.md)
* [VyBuildTransactionRequestBase](/sdk-reference/ts-js-v3/object-references/wallet/vybuildtransactionrequestbase.md)

**Operation**

* [buildTransaction](/sdk-reference/ts-js-v3/function-references/wallet/transactions/buildtransaction.md)
