Technicals
Last updated
Last updated
1.Create Account
URL :
Desc: Account creation
Demo: curl -X Post https://apilg.lgcyscan.network/createaccount
@param: email;
@param: password;
@param: confirm_password;
@return: return regsiter Info;
3.balance
URL :
Desc: To check the balance
Demo: curl -X Post http://64.227.188.73:4000/balance
@param: address;
@return: return balance Info;
4.balanceOf
Desc: To check the balance-of function
Demo: curl -X Post http://64.227.188.73:4000/balanceOf
@param: address;
@param: destkey;
@param: tokenAdd;
@return: return balanceof result;
5.allowance
Desc: To check the allowance function
Demo: curl -X Post http://64.227.188.73:4000/allowance
@param: address;
@param: destkey;
@return: return allowance promise;
6.createSmartContract
Desc: To create the SmartContract function
Demo: curl -X Post http://64.227.188.73:4000/createSmartContract
@param: address;
@param: destkey;
@return: return SmartContract created response promise;
7.addrpk
Desc: To add the addrpk function
Demo: curl -X Post http://64.227.188.73:4000/addrpk
@param: PrivateKey;
@return: return response as privatekey is add or not;
8.transfer
Desc: To Proceed the transfer
Demo: curl -X Post https://apilg.lgcyscan.network/apitransferusdl
@param: privatekey;
@param: address;
@param: amount;
@return: return Transaction response;
9.transferToken
Desc: To Proceed the transferToken
Demo: curl -X Post https://apilg.lgcyscan.network/apitransfer
@param: privatekey;
@param: address;
@param: amount;
@param: tokenaddress;
@return: return Token Transaction response;
10.createToken
Desc: To Proceed the createToken function
Demo: curl -X Post https://apilg.lgcyscan.network/createToken
@param: abiarray;
@param: bytecode;
@param: privatekey;
@param: name;
@return: return token ;
11.tx
Desc: To get the getTransactionInfo
Demo: curl -X Post http://64.227.188.73:4000/tx
@param: txid;
@return: return Transaction details;
12.txinfo
Desc: To get the txinfo
Demo: curl -X Post http://64.227.188.73:4000/txinfo
@param: txid;
@return: return txinfo details;
13.freeze
Desc: To freeze the contract
Demo: curl -X Post http://64.227.188.73:4000/freeze
@param: amount;
@param: destkey;
@return: return freeze promise;
URL :
URL :
URL :
URL :
URL :
URL :
URL :
URL :
URL :
URL :