Skip to main content
A cheap liveness probe. Confirms the API surface is wired and exposes the version and current commit so callers can tell which build they are talking to. This endpoint does not call any upstream provider; it is a single-digit-millisecond response.

Request

No parameters, no body, no auth.

Response


Use cases

  • Smoke testing before running a stake flow.
  • Deploy verification by comparing commit against your expected SHA.
  • Clock drift checks by comparing time against your local clock.

Errors

This endpoint does not return errors under normal conditions. If you see a non-2xx response, treat it as a network or platform-level outage rather than an API surface issue.