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

200
application/json

A successful response.

The response is of type object.