> 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/vytransactionrequestbase/vysuitransfertransactionrequest.md).

# VySuiTransferTransactionRequest

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

| Field                     | Type                                                                                                     | Description                            | Required |
| ------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------- | -------- |
| walletId                  | string                                                                                                   | The wallet \`ID\` that executed the tx | ✗        |
| ~~pincode~~ \[Deprecated] | string                                                                                                   |                                        | ✗        |
| type                      | [VyTransactionRequestType](/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequesttype.md)   | The type of transaction                | ✓        |
| status                    | [VyTransactionRequestState](/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequeststate.md) | The status of transaction              | ✗        |

## Properties

| Field     | Type   | Description                                                                   | Required |
| --------- | ------ | ----------------------------------------------------------------------------- | -------- |
| to        | string | The public wallet address to which the transfer is made                       | ✗        |
| value     | number | The amount of tokens to transfer                                              | ✗        |
| gasPrice  | number | The gas price                                                                 | ✗        |
| gasBudget | number | The gas budget for the transaction                                            | ✗        |
| data      | string | The raw data of the transaction, such as a contract call or other custom data | ✗        |

## References

**Schema**

* [VyConfirmTransactionResultDto](/sdk-reference/ts-js-v3/object-references/wallet/vyconfirmtransactionresultdto.md)
* [VyTransactionRequestBase](/sdk-reference/ts-js-v3/object-references/wallet/vytransactionrequestbase.md)

**Operation**

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