get https://api.singlewallet.cc/v1/wallet//transactions
This will give you a list with the latest 1000 depoists to the select wallet address
Response
| Name | Type | Description |
|---|---|---|
| id | uuid | transaction id in our system |
| network | string | network code |
| amount | double | amount recieved |
| txid | string | blockchain transaction id |
| timestamp | integer | blockchain timestamp |
| from | string | sender address |
| to | string | reciever address |
| type | string | transaction type, it's deposit all the time. |
| 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 |