Transaction Objects
Response Body Objects
TransactionObject
address
string
Destination address of the transaction
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
grossQuantity
number
Gross size of transaction
symbol
string
Currency symbol
tag
string
Tag set by user to differentiate transactions
transactionType
string
WITHDRAW
| DEPOSIT
Note: Each transfer transaction creates 2 transaction records. INTERNAL_CREDIT
is used for the recipient's record and INTERNAL_DEBIT
is used for the sender's record.
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 updated