| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | Activity type | [optional] |
| id | int | Internal TzKT id. [sortable] | [optional] |
| level | int | Level of the block, at which the token transfer was made. [sortable] | [optional] |
| timestamp | \DateTime | Timestamp of the block, at which the token transfer was made. | [optional] |
| token | \Tzkt\Model\TokenTransferActivityAllOfToken | [optional] | |
| from | \Tzkt\Model\TokenTransferActivityAllOfFrom | [optional] | |
| to | \Tzkt\Model\TokenTransferActivityAllOfTo | [optional] | |
| amount | string | Amount of tokens transferred (raw value, not divided by `decimals`). [sortable] | [optional] |
| transaction_id | int | Internal TzKT id of the transaction operation, caused the token transfer. | [optional] |
| origination_id | int | Internal TzKT id of the origination operation, caused the token transfer. | [optional] |
| migration_id | int | Internal TzKT id of the migration operation, caused the token transfer. | [optional] |