Validator uptime

GetValidatorUptime InjectiveExplorerRPC

get

GetValidatorUptime returns validator uptime information on the active chain

Path parameters
addressstringrequiredExample: Non magnam ut non numquam sit.
Responses
curl -L \
  --url 'https://inj-indexer.nownodes.io/api/explorer/v1/validator_uptime/{address}'
{
  "data": [
    {
      "block_number": 11183248329926631000,
      "status": "proposed"
    },
    {
      "block_number": 11183248329926631000,
      "status": "proposed"
    }
  ],
  "errmsg": "Something has failed",
  "s": "error"
}