| Name | Type | Description | Notes |
|---|---|---|---|
| txId | String | The transaction ID. | |
| txHash | String | The transaction hash. | [optional] |
| tokenId | String | The ID of the cryptocurrency. | [optional] |
| fromAddress | String | The source address of the transaction. | |
| toAddress | String | The destination address of the transaction. | |
| amount | String | The amount of cryptocurrency transferred, as a decimal string. | |
| status | TransactionStatus | ||
| counterparty | Counterparty | [optional] | |
| destination | Destination | [optional] | |
| createdTimestamp | Long | The time when the transaction was created, in Unix timestamp format, measured in milliseconds. | |
| updatedTimestamp | Long | The time when the transaction was updated, in Unix timestamp format, measured in milliseconds. |