-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTronAdoAPiDocuments.txt
47 lines (22 loc) · 1.27 KB
/
TronAdoAPiDocuments.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---- TronAdo Apis
1) Api To Mobile Dashboard
url -- https://api.tronado.online/api/Api_Mob_Tronado/GetMobileAppDashBoard
post Param { regno }
2) Api To transfer bnb user to user
url -- https://api.tronado.online/api/Api_Mob_Tronado/transferbnbusertouser
post Param { bnb_Amount ,to_address ,from_address , private_key ,regno }
4) Api To transfer TRDO user to user
url -- https://api.tronado.online/api/Api_Mob_Tronado/transferTRDOusertouser
post Param { trdo_amount ,to_address ,from_address , private_key ,regno }
5 ) Api To Genearta OTP To recover PrivateKey
url -- https://api.tronado.online/api/Api_Mob_Tronado/GeneartaOTPTorecoverPrivateKey
post Param { regno , wallet_Address , }
6) Api To Match OTP Tp Recover PrivateKey
url -- https://api.tronado.online/api/Api_Mob_Tronado/MatchOTPTpRecoverPrivateKey
post Param { regno , wallet_Address ,otp }
7) Api To get BNB transaction history
url -- https://api.tronado.online/api/Api_Mob_Tronado/getBNBtransactionhistory
post Param { regno }
8) Api To Get TRDO Transaction History
url -- https://api.tronado.online/api/Api_Mob_Tronado/GetBTPTransactionHistory
post Param { regno }