Skip to content

Health checks

HardlyDifficult edited this page Jul 17, 2026 · 3 revisions

Health checks

Canton.checkHealth() provides an aggregate application view. Each low-level client also exposes API-specific health or version operations where supported.

Health proves reachability and basic readiness, not authorization for a business transaction. For a deployment or consumer upgrade, combine health with the relevant authenticated read, write, or LocalNet integration path.

Inspect Canton.ts, current client types, and health tests for the exact result shape and failure behavior.

Clone this wiki locally