> For the complete documentation index, see [llms.txt](https://docs.blockz.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockz.fi/api/system-health-check.md).

# System Health Check

Use this endpoint to verify that the Blockz API is operational and able to accept requests.

The endpoint does not return a response body. It only indicates system availability through the HTTP status code.

```http
GET /v1/system/live
```

Response

| Status                      | Meaning                                         |
| --------------------------- | ----------------------------------------------- |
| `200 OK`                    | The API is healthy and able to process requests |
| `500 Internal Server Error` | The API is experiencing issues                  |
