Get transaction by id

Response

NameTypeDescription
iduuidtransaction id in our system
networkstringnetwork code
amountdoubleamount recieved/sent
txidstring|nullblockchain transaction id, could be null if it's still pending
timestampintegerblockchain timestamp
fromstring|nullsender address, null on withdraw
tostringreciever address
typestringtransaction type, deposit or withdraw.
statusstringpending:not confirmed yet.
success:confirmed and spendable.
is_dustbooleanif the amount of the transaction is less than 3$ it's considered as dust, and this will be true
datedatetimedatetime of transaction
feedoubletransaction fee
Language
Credentials
Header