> ## Documentation Index
> Fetch the complete documentation index at: https://docs.semicola.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Health check



## OpenAPI

````yaml /openapi/v3.yaml get /health
openapi: 3.1.0
info:
  title: Semicola Exchange API (placeholder)
  version: 0.0.0
  description: Placeholder. CI regenerates this file from the api's OpenAPI output.
servers:
  - url: http://localhost:4000
security: []
paths:
  /health:
    get:
      summary: Health check
      responses:
        '200':
          description: Service health

````