Status
Get current backend health status
Responses
200
OK response.
application/json
500
Internal Server Error response.
application/vnd.goa.error
get
GET /api/health/v1/status HTTP/1.1
Host: inj-indexer.nownodes.io
Accept: */*
{
"data": {
"horacleHeight": 9300000,
"horacleTimestamp": 1649076299,
"localHeight": 9300000,
"localTimestamp": 1649076299
},
"errmsg": "Something has failed",
"s": "error",
"status": "Minus omnis."
}