Transaction Objects
Response Body Objects
Parameter | Type | Description |
---|---|---|
address | string | Destination address of the transaction |
adminApproval | string | |
createdAt | number | Time in epoch milliseconds when this record was created |
dateSigned | number | Time in epoch milliseconds |
isAutopilotAddress | bool | If this transaction is an autopilot |
itemDateTime | number | Date of transaction |
networkType | string | ETH , TRON or XLM
For symbols that support multiple networks.
NOTE: only applicable to USDT and USDC |
originUser | string | Accounts origin (parent) user |
quantity | number | Size of transaction |
symbol | string | Currency symbol |
tag | string | Tag set by user to differentiate transactions |
transactionType | string | WITHDRAW or DEPOSIT |
updatedAt | number | Time in epoch milliseconds when this record was updated |
txHash | string | Transaction hash |
txId | string | Transaction ID |
username | string | Sub-user associated with transaction |
Last modified 7mo ago