# Node

**1.getNodeInfo**

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

Desc: Get the Node Information status

Demo: curl -X Get <http://64.227.188.73:4000/getNodeInfo>

@param: null;

@return: return Node Information status;

**2.listNodes**

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

Desc: Get the nodes list

Demo: curl -X Get <http://64.227.188.73:4000/listNodes>

@param: null;

@return: return nodes list Info;

**3.NextVoteCycle**

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

Desc: Get the Next Vote Cycle

Demo: curl -X Get <http://64.227.188.73:4000/votecycle>

@param: null;

@return: return Next Vote Cycle Info;


---

# Agent Instructions: 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:

```
GET https://lgcy-network.gitbook.io/welcome/build/node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
