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

# Health check

> Verify the API is up

## GET `/api/health`

Use this endpoint for uptime checks and local verification.

### Request

```bash theme={null}
curl https://0.finance/api/health
```

### Response

```json theme={null}
{
  "status": "ok",
  "timestamp": "2026-01-12T00:00:00.000Z",
  "message": "Server is running"
}
```
