Statistics

Get Validators Uptime

Returns validators uptime data for time range limited by from_state_version and at_state_version.

post/statistics/validators/uptime

Request body

validator_addressesAddress[]

Response

Validators Uptime

Example response

{
  "ledger_state": {
    "network": "<network-name>"
  }
}

Changes

Changed in 3 of the 50 revisions of this API.23

    • the request property //// became nullable

      request-property-became-nullable

    • the request property //// became nullable

      request-property-became-nullable

    • the request property //// became not nullable

      request-property-became-not-nullable

    • the request property //// became not nullable

      request-property-became-not-nullable

    • added AccountLockerNotFoundError discriminator mapping keys to the response property for the response status

      response-property-discriminator-mapping-added