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

# System Health Check

> Check that the Utexo Swap API is up and ready to accept requests.

Use this endpoint to verify that the system is up and ready to accept requests. It returns no data; it only confirms that the API is healthy and responsive.

```http theme={null}
GET /v1/system/live
```

```bash theme={null}
curl -i https://api-swap.utexo.com/v1/system/live
```

## Response

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