Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 805 Bytes

WalletTransaction.md

File metadata and controls

12 lines (8 loc) · 805 Bytes

WalletTransaction

Properties

Name Type Description Notes
amount str Amount of the transaction: * `Negative number (< 0)` is a withdrawal * `Positive number (> 0)` is a deposit [optional]
addresses list[AddressDetail] Address(es) involved: * `payments` address(es) where payment was received * `withdrawals` address(es) where funds were sent [optional]
timestamp int Timestamp of the transaction expressed in `Unix Timestamp` [optional]

[Back to Model list] [Back to API list] [Back to README]