Bank Api

No. Feature Name Type - Method Details Parameter Status Actions
1 Create user account JSON GET Create user account on bank api, name, uid, user_image Active
2 Deposit balance JSON GET Deposit balance to user account api, uid, amount Active
3 Account info JSON GET View user account info. api, uid Active
4 Spend balance JSON GET Spend balance form user account api, uid, amount Active
5 EYX to balance JSON GET Convert eyx to balance 1 eyx = 100 balance api, uid, amount, type Active
6 Balance to eyx JSON GET Convert balance to EYX api, uid, amount, type Active
7 Transfer balance JSON GET Transfer balance one account to another account with uid only api, uid, amount, type Active
8 Get loan JSON GET Get 5000 balance loan form bank api, uid, loanamount, mode Active
9 Clear loan JSON GET Pay off the bank loan api, uid, loanamount, mode Active
10 Trade JSON GET Trade with EYX api, uid, amount, trade Active