v12

latestOpenAPI 3.0.3raw.githubusercontent.com2021-12-0672021.4 KB
node

Returns the summary of the number of nodes per height and finalized height.

get/nodesHeightStats

Response

The summary of the number of nodes per height and finalized height.

datestring required

Date and time when the data was collected.

Example response

{
  "height": [
    {
      "value": "28080",
      "count": 10
    }
  ],
  "finalizedHeight": [
    {
      "value": "28080",
      "count": 10
    }
  ],
  "date": "2021-10-30T01:12:35.746Z"
}