Skip to main content
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"
}

Documentation Index

Fetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

service
string

Response

A successful response.

status
enum<string>
default:UNKNOWN
  • SERVICE_UNKNOWN: Used only by the Watch method.
Available options:
UNKNOWN,
SERVING,
NOT_SERVING,
SERVICE_UNKNOWN