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

# API status

> Check Meum API health and availability.

## Health endpoint

```bash theme={null}
curl https://api.meum.io/health
```

Example response:

```json theme={null}
{
  "status": "ok",
  "service": "stablecoin-api",
  "worker_heartbeat": {
    "status": "ok",
    "last_at": "2024-06-24T12:05:00.000Z"
  }
}
```

<Note>
  A dedicated public status page (e.g. status.meum.io) was **not found** in the repository. Use the health endpoint for programmatic checks.
</Note>

## Related pages

* [API overview](/api-reference/overview)
