/
/Symbol Statistic Service API Documentation
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3m ago · Updated 5y ago
node7
  • getReturns the list of known nodes that are compatible with the current catapult version.
  • getReturns information about the node with the given main account.
  • getReturns the node information for the given transport public key.
  • getReturns the list of hosting details for all the known nodes.
  • getReturns the summary of the number of nodes per role type.
  • getReturns the summary of the number of nodes per height and finalized height.
  • getReturns the summary of the number of nodes per role over time.
    node

    Returns the summary of the number of nodes per role type.

    get/nodeStats

    Response

    The summary of the number of nodes per role type.

    nodeTypesNodeStatsNodeTypes required

    The number of nodes indexed by role type.

    Changes