Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.38 KB

File metadata and controls

33 lines (27 loc) · 1.38 KB

TransactionItem

Properties

Name Type Description Notes
asset String Asset [optional]
symbol String Symbol [optional]
symbolDisplay String Symbol display name [optional]
type TypeEnum Transaction type. - deposit: Funds transfer in. - withdraw: Funds transfer out. - fee: Trading fee. - dividend: Dividend payout. - sell: Stock sale credit. - buy: Stock purchase debit. - award: Airdrop reward. - stock_transfer_in: Stock transfer in. - stock_transfer_out: Stock transfer out. [optional]
typeDesc String Transaction type description [optional]
change String Change amount [optional]
balance String Balance after change [optional]
refId String Business idempotent ID [optional]
time Long Unix timestamp (seconds) [optional]
unitText String Unit display text [optional]
detail Map<String, Object> Business details [optional]

Enum: TypeEnum

Name Value
DEPOSIT "deposit"
WITHDRAW "withdraw"
FEE "fee"
DIVIDEND "dividend"
SELL "sell"
BUY "buy"
AWARD "award"
STOCK_TRANSFER_IN "stock_transfer_in"
STOCK_TRANSFER_OUT "stock_transfer_out"