cURL
curl --request GET \ --url https://eth.blockscout.com/api/v2/health
{ "status": "UNKNOWN" }
A successful response.
The response is of type object.
object
Was this page helpful?