Skip to main content
POST
List available healthchecks

Overview

Return the registry of healthchecks ChainPatrol exposes today, including planned checks that are not yet implemented on the backend. Iterate this list and only call endpoints where implemented is true.
Every healthcheck returns the same uniform result shape, so you can call them in a loop and grade the responses with shared code.

Authorizations

X-API-KEY
string
header
required

Body

application/json

The body is of type object.

Response

Successful response

checks
object[]
required