shardeum_getNodeList
Returns a paginated list of active nodes in the Shardeum network. ParametersObject(optional): Pagination parameters (page,limit).
result(object): Node list response object.
shardeum_getNetworkAccount
Returns the current network settings and parameters. Parameters- None
result(object): Network account data.
shardeum_getCycleInfo
Returns information about a specific cycle or the latest cycle in the network. Parametersnumber(optional): The cycle number to query. If null, returns the latest cycle information.
result(object): Cycle info object.