Validator uptime

GetValidatorUptime InjectiveExplorerRPC

get

GetValidatorUptime returns validator uptime information on the active chain

Path parameters
addressstringRequiredExample: Non magnam ut non numquam sit.
Responses
200
OK response.
application/json
get
GET /api/explorer/v1/validator_uptime/{address} HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
  "data": [
    {
      "block_number": 11183248329926631000,
      "status": "proposed"
    },
    {
      "block_number": 11183248329926631000,
      "status": "proposed"
    }
  ],
  "errmsg": "Something has failed",
  "s": "error"
}