> 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/vycreatetransactionrequestbase/vycreatetokentransfertransactionrequest.md).

# VyCreateTokenTransferTransactionRequest

## Derived Properties ([VyCreateTransactionRequestBase](/sdk-reference/ts-js-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    | [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 |
| ------------ | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| status       | [VyTransactionRequestState](/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequeststate.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                                                                                                   | Token contract address of the token                                                                                                                                                                                                                                                                                                                  | ✗        |
| value        | number                                                                                                   | Amount you want to transfer                                                                                                                                                                                                                                                                                                                          | ✗        |

## References

**Operation**

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

**Schema**

* [VyCreateTransactionRequestBase](/sdk-reference/ts-js-v3/object-references/wallet/vycreatetransactionrequestbase.md)
