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

    Returns a summary of the number per role over time.

    get/timeSeries/nodeCount

    Response

    A summary of the number per role over time.

    totalinteger

    Example response

    [
      {
        "total": 64
      }
    ]

    Changes