node-twallet
Version:
True Wallet API
21 lines (16 loc) • 518 B
Markdown
# True Wallet API (NODE.JS)
True Wallet API for Node.JS
This project is not belong to True Crop. not part of True Crop. Just 3rd API
License GIT
### Install
```
npm install node-twallet
```
### Docs
- tw.login(email,password,callback)
- tw.log(callback)
reportID,date,phone,amount,status
- tw.detail(reportID,callback)
reportID,date,time,txid,status,signed-amount,total,transfer-amount,fee,phone,owner,signed-phone,operator,type,Favorite
### Example?
inside /example, It is mostly ready to use