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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lgcy-network.gitbook.io/welcome/build/account/technicals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
