> For the complete documentation index, see [llms.txt](https://lgcy-network.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lgcy-network.gitbook.io/welcome/build/account/technicals.md).

# Technicals

**1.Create Account**

URL :[ https://apilg.lgcyscan.network/createaccount](https://lgcyscan.network/#)

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 :[ http://64.227.188.73:4000/balance](https://lgcyscan.network/#)

Desc: To check the balance

Demo: curl -X Post <http://64.227.188.73:4000/balance>

@param: address;

@return: return balance Info;

**4.balanceOf**

URL :[ http://64.227.188.73:4000/balanceOf](https://lgcyscan.network/#)

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**

URL :[ http://64.227.188.73:4000/allowance](https://lgcyscan.network/#)

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**

URL :[ http://64.227.188.73:4000/createSmartContract](https://lgcyscan.network/#)

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**

URL :[ http://64.227.188.73:4000/addrpk](https://lgcyscan.network/#)

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**

URL :[ https://apilg.lgcyscan.network/apitransferusdl](https://lgcyscan.network/#)

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**

URL :[https://apilg.lgcyscan.network/apitransfer](https://lgcyscan.network/#)

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**

URL :[ https://apilg.lgcyscan.network/createToken](https://lgcyscan.network/#)

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**

URL :[ http://64.227.188.73:4000/tx](https://lgcyscan.network/#)

Desc: To get the getTransactionInfo

Demo: curl -X Post <http://64.227.188.73:4000/tx>

@param: txid;

@return: return Transaction details;

**12.txinfo**

URL :[ http://64.227.188.73:4000/txinfo](https://lgcyscan.network/#)

Desc: To get the txinfo

Demo: curl -X Post <http://64.227.188.73:4000/txinfo>

@param: txid;

@return: return txinfo details;

**13.freeze**

URL :[ http://64.227.188.73:4000/freeze](https://lgcyscan.network/#)

Desc: To freeze the contract

Demo: curl -X Post <http://64.227.188.73:4000/freeze>

@param: amount;

@param: destkey;

@return: return freeze promise;
