Skip to main content
These methods are unique to the Shardeum network and are not part of the standard Ethereum JSON-RPC API.

shardeum_getNodeList

Returns a paginated list of active nodes in the Shardeum network. Parameters
  • Object (optional): Pagination parameters (page, limit).
Returns
  • result (object): Node list response object.
Example Implementation in JS:

shardeum_getNetworkAccount

Returns the current network settings and parameters. Parameters
  • None
Returns
  • result (object): Network account data.
Example Implementation in JS:

shardeum_getCycleInfo

Returns information about a specific cycle or the latest cycle in the network. Parameters
  • number (optional): The cycle number to query. If null, returns the latest cycle information.
Returns
  • result (object): Cycle info object.
Example Implementation in JS: