# VySuiTransferTransactionRequest

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

| Field                     | Type                                                                                                                      | Description                            | Required |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | -------- |
| walletId                  | string                                                                                                                    | The wallet \`ID\` that executed the tx | ✗        |
| ~~pincode~~ \[Deprecated] | string                                                                                                                    |                                        | ✗        |
| type                      | [VyTransactionRequestType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequesttype)   | The type of transaction                | ✓        |
| status                    | [VyTransactionRequestState](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vytransactionrequeststate) | 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](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vyconfirmtransactionresultdto)
* [VyTransactionRequestBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vytransactionrequestbase)

**Operation**

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