Transaction Objects
Response Body Objects
TransactionObject
Parameter | Type | Description |
---|---|---|
| string | Destination address of the transaction |
| string | Status of transaction, view Transaction Statuses for more information. |
| number | Time in epoch milliseconds when this record was created |
| number | Time in epoch milliseconds |
| bool | If this transaction is an autopilot |
| number | Date of transaction |
| string |
|
| string | Accounts origin (parent) user |
| number | Size of transaction |
| number | Gross size of transaction |
| string | Currency symbol |
| string | Tag set by user to differentiate transactions |
| string |
Note: Each transfer transaction creates 2 transaction records. |
| number | Time in epoch milliseconds when this record was updated |
| string | Transaction hash |
| string | Transaction ID |
| string | Sub-user associated with transaction |
Last updated