# TokenTransfer

The TokenTransfer model

| Field         | Type                                                            | Description                         |
| ------------- | --------------------------------------------------------------- | ----------------------------------- |
| `Token`       | ​`byte[]`                                                       | Ed25519 Address of the Token        |
| `Code`        | `string`[​](/netcs/api/basic-types/amount.md)                   | Code of Token                       |
| `Sender`      | `byte[]`                                                        | Sender of TokenTransfer             |
| `Receiver`    | `byte[]`                                                        | Receiver of TokenTransfer           |
| `Amount`      | `string`                                                        | Amount of Token send                |
| `Initiator`   | `byte[]`                                                        | Initiator of Transfer               |
| `Transaction` | [TransactionId](/netcs/api/basic-types/transactionid.md)        | Transaction Id                      |
| `Time`        | `long`                                                          | Time in epoch                       |
| `State`       | [SmartOperationState](/netcs/api/states/smartoperationstate.md) | State of Smart Contract             |
| `UserFields`  | `byte[]`                                                        | Userfields                          |
| `Fee`         | [AmountCommission](/netcs/api/basic-types/amountcommission.md)  | Total fee of Token Transfer         |
| `ExtraFee`    | `List<`[`ExtraFee`](/netcs/api/basic-types/extrafee.md)`>`      | Extra Fee needed for Token Transfer |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://centr.gitbook.io/netcs/api/basic-types/tokentransfer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
