# [Ride v4 and v3] TransferTransaction
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 6. Go to version 6
Structure of a Transfer transaction.
# Fields
| # | Name | Data type | Description | 
|---|---|---|---|
| 1 | feeAssetId | ByteVector|Unit | Token to pay the commission | 
| 2 | amount | Int | Amount of tokens to transfer | 
| 3 | assetId | ByteVector|Unit | ID of a token | 
| 4 | recipient | Address|Alias | Address or alias of the recipient | 
| 5 | attachment | ByteVector | Arbitrary data attached to transfer. The maximum data size is 140 bytes  | 
| 6 | id | ByteVector | Transaction ID | 
| 7 | fee | Int | Transaction fee | 
| 8 | timestamp | Int | Transaction timestamp | 
| 9 | version | Int | Transaction version | 
| 10 | sender | Address | Address of a transaction sender | 
| 11 | senderPublicKey | ByteVector | Account public key of a sender | 
| 12 | bodyBytes | ByteVector | Transaction body bytes | 
| 13 | proofs | List[ByteVector] | Array of proofs |