GetValidatorUptime returns validator uptime information on the active chain
/api/explorer/v1/validator_uptime/{address}
Non magnam ut non numquam sit.
OK response.
Bad Request response.
Not Found response.
Internal Server Error response.
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" }