get https://api.singlewallet.cc/v1/transaction/
Response
Name | Type | Description |
---|---|---|
id | uuid | transaction id in our system |
network | string | network code |
amount | double | amount recieved/sent |
txid | string|null | blockchain transaction id, could be null if it's still pending |
timestamp | integer | blockchain timestamp |
from | string|null | sender address, null on withdraw |
to | string | reciever address |
type | string | transaction type, deposit or withdraw. |
status | string | pending:not confirmed yet. success:confirmed and spendable. |
is_dust | boolean | if the amount of the transaction is less than 3$ it's considered as dust, and this will be true |
date | datetime | datetime of transaction |
fee | double | transaction fee |