/
/Symbol Statistic Service API Documentation
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h 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 over time.

    get/timeSeries/nodeCount

    Response

    The summary of the number of nodes per role over time.

    totalinteger

    Total number of nodes

    Example response

    [
      {
        "total": 64
      }
    ]

    Changes