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

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