Transaction Objects
Response Body Objects
TransactionObject
address
string
Destination address of the transaction
accountId
string
accountId associated with credit/cash account.
It reflects the sender's accountId if transactionType is INTERNAL_DEBIT
, and recipient's accountId if transactionType is INTERNAL_CREDIT
.
accountRecipientId
string
Transfer recipient's accountId when transactionType is INTERNAL_DEBIT
accountSenderId
string
Transfer sender's accountId when transactionType is INTERNAL_CREDIT
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
| INTERNAL_DEBIT
| INTERNAL_CREDIT
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