GET
/
health
If the requested service is unknown, the call will fail with status NOT_FOUND.
curl --request GET \
  --url https://eth.blockscout.com/api/v2/health
{
  "status": "UNKNOWN"
}

Query Parameters

service
string

Response

200
application/json

A successful response.

The response is of type object.