Transaction Objects

Response Body Objects

TransactionObject

ParameterType Description

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

adminApproval

string

Status of transaction, view Transaction Statuses for more information.

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 | 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