Node

1.getNodeInfo

URL : http://64.227.188.73:4000/getNodeInfo

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

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

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;

Last updated